E.V.E
v2023.02.15
Inverse trigonometric

Detailed Description

These functions allows performing trigonometric computations

Variables

constexpr callable_acos_ eve::acos = {}
 Callable object computing the arc cosine. More...
 
constexpr callable_acosd_ eve::acosd = {}
 Callable object computing the arc cosine from input in degree. More...
 
constexpr callable_acospi_ eve::acospi = {}
 Callable object computing the arc cosine in \(\pi\) multiples. More...
 
constexpr callable_acot_ eve::acot = {}
 Callable object computing the arc cotangent. More...
 
constexpr callable_acotd_ eve::acotd = {}
 Callable object computing arc cotangent in degree. More...
 
constexpr callable_acotpi_ eve::acotpi = {}
 Callable object computing in \(\pi\) multiples. More...
 
constexpr callable_acsc_ eve::acsc = {}
 Callable object computing the arc cosecant. More...
 
constexpr callable_acscd_ eve::acscd = {}
 Callable object computing the arc cosecant rom an input in degrees. More...
 
constexpr callable_acscpi_ eve::acscpi = {}
 Callable object computing he arc cosecant in \(\pi\) multiples. More...
 
constexpr callable_asec_ eve::asec = {}
 Callable object computing the arc secant. More...
 
constexpr callable_asecd_ eve::asecd = {}
 Callable object computing the arc secant in degrees. More...
 
constexpr callable_asecpi_ eve::asecpi = {}
 Callable object computing the arc secant in \(\pi\) multiples. More...
 
constexpr callable_asin_ eve::asin = {}
 Callable object computing the arc sine. More...
 
constexpr callable_asind_ eve::asind = {}
 Callable object computing the arc sine in degrees. More...
 
constexpr callable_asinpi_ eve::asinpi = {}
 Callable object computing computing the arc sine in \(\pi\) multiples. More...
 
constexpr callable_atan_ eve::atan = {}
 Callable object computing the arc tangent. More...
 
constexpr callable_atan2_ eve::atan2 = {}
 Callable object computing the arc tangent using the signs of arguments to determine the correct quadrant. More...
 
constexpr callable_atan2d_ eve::atan2d = {}
 Callable object computing the arc tangent in degrees using the signs of arguments to determine the correct quadrant. More...
 
constexpr callable_atan2pi_ eve::atan2pi = {}
 Callable object computing the arc tangent in \(\pi\) multiples using the signs of arguments to determine the correct quadrant. More...
 
constexpr callable_atand_ eve::atand = {}
 Callable object computing arc tangent in degrees. More...
 
constexpr callable_atanpi_ eve::atanpi = {}
 Callable object computing arc tangent in \(\pi\) multiples. More...