Skip to content

Ln

Ln(z)

returns the base-E logarithm of z. Ln(z) will be converted to Log(z) in symbolic mode.

The Ln function is an alias for the Log function and will be replaced in the parser step.

See

Examples

>> Ln(E)
1
>> Ln(x)
Log(x)