ref: 4af636fad493a0d2f5f2e10b3c4d72ad2c0a29a7 dir: /libnpe/exp2.c/
#include <math.h> #include "_npe.h" double exp2(double x) { return exp(x/ln2o1); }