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