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