Function numcodecs_log::exp_into

source ·
pub fn exp_into<T: Float, D: Dimension>(
    data: ArrayView<'_, T, D>,
    out: ArrayViewMut<'_, T, D>,
) -> Result<(), LogCodecError>
Expand description

Compute exp(x) over the elements of the input data array and write them into the output array.

§Errors

Errors with