Loading...
Select Version
&pagelevel(4)&pagelevel
Definition | #include <math.h> double log2(double x); These functions calculate the natural logarithm of the positive floating-point number x to the base 10. | |
Return val. | log2(x) | for a positive x. |
| depending on the function type, | |
See also | log, log10, exp, exp2 |