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