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