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