Function asinh

Source
pub fn asinh<T, const D: usize>(
    x: &Matrix<T, Const<D>, Const<1>, ArrayStorage<T, D, 1>>,
) -> Matrix<T, Const<D>, Const<1>, ArrayStorage<T, D, 1>>
where T: RealNumber,
Expand description

Component-wise hyperbolic arc-sinus.