1 2 3 4 5 6 7 8
#include <math.h> #include "headers/log2.h" #undef log2 double log2(double vx) { return _log2(vx); }