iarray.log10#
- iarray.log10(iarr: IArray)#
Return the base 10 logarithm of the input array, element-wise.
- Parameters
iarr¶(self) (IArray container) – Input array.
- Returns
out – A lazy expression that must be evaluated via out.eval(), which will compute the logarithm to the base 10 of input data, element-wise.
- Return type
References