Skip to main content

log2

Overloads

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

log2(const RealArray arr) -> RealArray

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

Parameters

log2(const ComplexArray arr) -> ComplexArray

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

Parameters