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