Go to the first, previous, next, last section, table of contents.


log2

Syntax

#include <math.h>

double log2(double x);

Return Value

The logarithm base 2 of x.

Portability

not ANSI, not POSIX


Go to the first, previous, next, last section, table of contents.