1 2 3 4 5 6 7 8
#include <math.h> #include "headers/log2f.h" #undef log2f float log2f(float x) { return _log2f(x); }