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