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