shithub: npe

ref: 71a869fd8aa327c6c1f85fa6b7dfa70057709066
dir: /libnpe/exp2.c/

View raw version
#include <math.h>
#include "_npe.h"

double
exp2(double x)
{
	return exp(x/ln2o1);
}