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