brintos

brintos / llvm-project-archived public Read only

0
0
Text · 113 B · 855f7b3 Raw
9 lines · c
1#include <cmath>2#include <cstdint>3 4inline double logarithm(uint16_t v) {5  return log(v);6}7 8bool loopWords();9