numcodecs_asinh

Function asinh

Source
pub fn asinh<T: Float + Signed, S: Data<Elem = T>, D: Dimension>(
    data: ArrayBase<S, D>,
    linear_width: T,
) -> Result<Array<T, D>, AsinhCodecError>
Expand description

Compute asinh(x/w) * w over the elements of the input data array.

ยงErrors

Errors with