numcodecs_asinh

Function sinh_into

Source
pub fn sinh_into<T: Float, D: Dimension>(
    data: ArrayView<'_, T, D>,
    out: ArrayViewMut<'_, T, D>,
    linear_width: T,
) -> Result<(), AsinhCodecError>
Expand description

Compute sinh(x/w) * w over the elements of the input data array and write them into the output array.

§Errors

Errors with