Loading...
Select Version
&pagelevel(4)&pagelevel
Syntax | #include <math.h> double exp(double x); | |
Description | These functions compute the exponential function to the base e for a permitted floating-point number x | |
Return val. | ex | if successful. |
| depending on the function type, if an overflow occurs. | |
Errors |
| |
| Overflow; the return value is too high. | |
See also |
|