<< Analysis Analysis Arithmetic >>

Scilab Scholar module for schools >> Analysis > ln

ln

natural logarithm

Calling Sequence

y = ln(x)

Arguments

x

real or complex number

y

real or complex number

Description

ln returns the natural logarithm of x with x a real or complex number.

Examples

ln(2)
ln(1+%i)
<< Analysis Analysis Arithmetic >>