Skip to main content

log

Overloads

NameDescription
log(const RealArray arr) -> RealArrayComputes the natural logarithm (base e) of the RealArray arr element-wise.
log(const ComplexArray arr) -> ComplexArrayComputes the natural logarithm (base e) of the ComplexArray arr element-wise.

log(const RealArray arr) -> RealArray

Computes the natural logarithm (base e) of the RealArray arr element-wise.

Parameters

log(const ComplexArray arr) -> ComplexArray

Computes the natural logarithm (base e) of the ComplexArray arr element-wise.

Parameters