Skip to main content

log10

Overloads

NameDescription
log10(const RealArray arr) -> RealArrayComputes the base-10 logarithm of the RealArray arr element-wise.
log10(const ComplexArray arr) -> ComplexArrayComputes the base-10 logarithm of the ComplexArray arr element-wise.

log10(const RealArray arr) -> RealArray

Computes the base-10 logarithm of the RealArray arr element-wise.

Parameters

log10(const ComplexArray arr) -> ComplexArray

Computes the base-10 logarithm of the ComplexArray arr element-wise.

Parameters