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