Template Function TRAP::Math::ATanH(T)#

Function Documentation#

template<typename T>
constexpr T TRAP::Math::ATanH(T x)#

Arc hyperbolic tangent.

Note

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

Parameters:

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

Returns:

Inverse of TanH.