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