exp

Calculates the exponential.

double exp (double x);

Required Header
<math.h>

Return Value

This function returns the exponential of a double precision floating point number. On overflow the result is HUGE_VAL with errno set to ERANGE and on underflow the result is 0.0

Parameters

x

  The value to be converted

Mathematics

See Also    log, log10