exp
Exponent
double
exp
(
double x
)
Arguments
x
Argument
Return Value
e to the
x
th
power (e
x
) is returned.
Explanation
The exponential of
x
(e to the
x
th
power) is calculated and the result is returned.
See Also
pow()
,
log()