log()

Returns the natural logarithm (base \(e\)) of the provided parameter.

Synopsis

log(x)

Description

Logarithm function using base \(e\).

Parameters

  • xnumeric-expression

    Argument of the logarithm.

Returns

The natural logarithm of x.

See Also

exp()