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