1 2 3 4 5 6 7 8
#include <cmath> #include <cstdint> inline double logarithm(uint8_t v) { return log(v); } bool loopBytes();