Template Function TRAP::Math::SinH(Vec<L, T>)# Function Documentation# template<u32 L, typename T>constexpr Vec<L, T> TRAP::Math::SinH(Vec<L, T> v)# Retrieve the hyperbolic sine of the parameter. Parameters: v – Specify the value whose hyperbolic sine to return. Returns: Hyperbolic sine function, (Exp(x) - Exp(-x)) / 2.