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