Template Function TRAP::Math::TanH(Vec<L, T>)#

Function Documentation#

template<u32 L, typename T>
constexpr Vec<L, T> TRAP::Math::TanH(Vec<L, T> v)#

Retrieve the hyperbolic tangent of the parameter.

Parameters:

v – Specify the value whose hyperbolic tangent to return.

Returns:

Hyperbolic tangent function, SinH(angle) / CosH(angle).