<< Previous | Next >> | |
|
Description
- Computes the exponential of real
float
valuex
.Parameters
- x
- Value to compute
Return value
- Returns the value of
e
x.
- If
x
> 89.8 (approx.), the function returns INF and signals a range error. Ifx
< -89.8 (approx.), the function returns 0 and signals a range error.Library
- MATH.LIB
See also
- log, log10, frexp, ldexp, pow, pow10, sqrt
Dynamic C Functions | << Previous | Next >> | rabbit.com |