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