#include <cmath> #include <cstdint> inline double logarithm(uint16_t v) { return log(v); } bool loopWords();