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