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


pow2

Syntax

#include <math.h>

double pow2(double x);

Return Value

2 raised to the x power.

Portability

not ANSI, not POSIX


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