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


pow10

Syntax

#include <math.h>

double pow10(double x);

Return Value

10 raised to the x power.

Portability

not ANSI, not POSIX


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