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