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