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