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