blosc2.exp#

blosc2.exp(ndarr: NDArray, /)#

Calculate the exponential of all elements in the input array.

Parameters:

ndarr (NDArray API) – The input array.

Returns:

out – A lazy expression that can be evaluated.

Return type:

LazyExpr

References

np.exp