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