Scilab Function

log - natural logarithm

Calling Sequence

y=log(x)

Parameters

Description

log(x) is the "element-wise" logarithm. y(i,j)=log(x(i,j)). For matrix logarithm see logm.

Examples

See Also