exp

View page source

The Exponential Function: exp

Syntax

y = exp ( x )

x, y

See the Possible Types for a unary standard math function.

Atomic

This is an atomic operation .

Derivative

\[\R{exp}^{(1)} (x) = \exp(x)\]

Example

The file exp.cpp contains an example and test of this function.