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