log

View page source

The Exponential Function: log

Syntax

y = log ( x )

x, y

See the Possible Types for a unary standard math function.

Atomic

This is an atomic operation .

Derivative

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

Example

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