blosc2.log1p#

blosc2.log1p(ndarr: NDArray, /)#

Return the natural logarithm of one plus 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

np.log1p