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

Function Documentation#

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

Arc tangent. The range of values returned by this function is [-PI / 2, PI / 2].

Parameters:

x – Specify the fraction whose arctangent to return.

Returns:

Angle whose tangent is y over x.