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