delorie.com/djgpp/doc/libc/libc_545.html | search |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
#include <math.h> double log2(double x); |
This function computes the base-2 logarithm of x.
The base-2 logarithm of x. If x is zero, a negative
infinity is returned and errno
is set to ERANGE
. If
x is negative or +Inf
or a NaN
, the return value is
NaN
and errno
is set to EDOM
.
ANSI/ISO C | No |
POSIX | No |
webmaster | delorie software privacy |
Copyright © 2004 | Updated Apr 2004 |