Loading...
Select Version
&pagelevel(4)&pagelevel
Definition | #include <math.h> double exp2(double x); (C11) These functions calculate the exponential function to the base 2 for permissible floating-point numbers x. | |
Returnwert | 2 x | if successful. |
| depending on the function type, if an overflow occurs. | |
See also | exp, log, log2, log10, pow |