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