blosc2.log10#
- blosc2.log10(ndarr: NDArray, /)#
Return the base 10 logarithm of the input array, element-wise.
- Parameters:
ndarr¶ (NDArray API) – The input array.
- Returns:
out – A lazy expression that can be evaluated.
- Return type:
LazyExpr
References