exp - Math.h - C - C++ Computing Reference with Worked Examples
Exponential functions - References for exp with worked examples ... Description The exp function computes , the base-e exponential of x. The exp2 function computes , the base-2 exponential of x. The expm1 function computes the base-e exponential of x, min...