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

Function Documentation#

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

Arc hyperbolic tangent.

Note

Results are undefined if Abs(x) >= 1!

Parameters:

v – Specify the value whose arc hyperbolic tangent to return.

Returns:

Inverse of TanH.