log2
Overloads
| Name | Description |
|---|---|
log2(const RealArray arr) -> RealArray | Computes the base-2 logarithm of the RealArray arr element-wise. |
log2(const ComplexArray arr) -> ComplexArray | Computes 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
- arr: The input RealArray.
log2(const ComplexArray arr) -> ComplexArray
Computes the base-2 logarithm of the ComplexArray arr element-wise.
Parameters
- arr: The input ComplexArray.