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