[]Function rusty_engine::prelude::glm::asinh

pub fn asinh<N, D>(
    x: &Matrix<N, D, U1, <DefaultAllocator as Allocator<N, D, U1>>::Buffer>
) -> Matrix<N, D, U1, <DefaultAllocator as Allocator<N, D, U1>>::Buffer> where
    D: Dimension,
    N: RealField,
    DefaultAllocator: Alloc<N, D, U1>, 

Component-wise hyperbolic arc-sinus.