blosc2.expm1#
- blosc2.expm1(ndarr: NDArray, /)#
Calculate
exp(ndarr) - 1
for all elements in the array.- Parameters:
ndarr¶ (NDArray API) – The input array.
- Returns:
out – A lazy expression that can be evaluated.
- Return type:
LazyExpr
References
Calculate exp(ndarr) - 1
for all elements in the array.
ndarr¶ (NDArray API) – The input array.
out – A lazy expression that can be evaluated.
LazyExpr
References