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