Synopsis
double exp(double x);
Description

exp computes the base-e exponential of x.

If |x| > ~709.782, errno is set to EDOM and exp returns HUGE_VAL.

If x is NaN, exp returns NaN.
If x is ∞, exp returns ∞.
If x is ?∞, exp returns 0.