exp

Exponent

double exp (
        double x
)

Arguments

x Argument

Return Value

e to the xth power (ex) is returned.

Explanation

The exponential of x (e to the xth power) is calculated and the result is returned.

See Also

pow(), log()