Function sinh

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

Compute $w \cdot \text{sinh}\left( \frac{x}{w} \right)$ over the elements of the input data array.

ยงErrors

Errors with