Ln
Ln(z)
returns the base-
E
logarithm ofz
.Ln(z)
will be converted toLog(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)
Ln(z)
returns the base-
E
logarithm ofz
.Ln(z)
will be converted toLog(z)
in symbolic mode.
The Ln
function is an alias for the Log
function and will be replaced in the parser step.
See
>> Ln(E)1
>> Ln(x)Log(x)