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