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