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