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


exp

Syntax

#include <math.h>

double exp(double x);

Return Value

e to the x power.

Portability

ANSI, POSIX


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