Synopsis
float expf(float x);
Description

expf computes the base-e exponential of x.

If |x| > ~88.722, errno is set to EDOM and expf returns HUGE_VALF. If x is NaN, expf returns NaN.
If x is ∞, expf returns ∞.
If x is −∞, expf returns 0.