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