pub fn sinh<T, const D: usize>(
angle: &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 sinus.
pub fn sinh<T, const D: usize>(
angle: &Matrix<T, Const<D>, Const<1>, ArrayStorage<T, D, 1>>,
) -> Matrix<T, Const<D>, Const<1>, ArrayStorage<T, D, 1>>where
T: RealNumber,
Component-wise hyperbolic sinus.