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