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

Function Documentation#

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

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

Note

Results are undefined if |x| > 1!

Parameters:

x – Specify the value whose arcsine to return.

Returns:

Angle whose sine is x.