Detailed Description
These functions provide scalar and SIMD version of the inverse trigonometric functions in radians, degrees and \(\pi\) multiples.
Convenience header:
#include <eve/function/invtrigonometric.hpp>
Variables | |
constexpr callable_acos_ | eve::acos = {} |
Callable object computing acos. More... | |
constexpr callable_acosd_ | eve::acosd = {} |
Callable object computing acosd. More... | |
constexpr callable_acospi_ | eve::acospi = {} |
Callable object computing acospi. More... | |
constexpr callable_acot_ | eve::acot = {} |
Callable object computing acot. More... | |
constexpr callable_acotd_ | eve::acotd = {} |
Callable object computing acotd. More... | |
constexpr callable_acotpi_ | eve::acotpi = {} |
Callable object computing acotpi. More... | |
constexpr callable_acsc_ | eve::acsc = {} |
Callable object computing acsc. More... | |
constexpr callable_acscd_ | eve::acscd = {} |
Callable object computing acscd. More... | |
constexpr callable_acscpi_ | eve::acscpi = {} |
Callable object computing acscpi. More... | |
constexpr callable_asec_ | eve::asec = {} |
Callable object computing asec. More... | |
constexpr callable_asecd_ | eve::asecd = {} |
Callable object computing asecd. More... | |
constexpr callable_asecpi_ | eve::asecpi = {} |
Callable object computing asecpi. More... | |
constexpr callable_asin_ | eve::asin = {} |
Callable object computing asin. More... | |
constexpr callable_asind_ | eve::asind = {} |
Callable object computing asind. More... | |
constexpr callable_asinpi_ | eve::asinpi = {} |
Callable object computing asinpi. More... | |
constexpr callable_atan_ | eve::atan = {} |
Callable object computing atan. More... | |
constexpr callable_atan2_ | eve::atan2 = {} |
Callable object computing the atan2 operation. More... | |
constexpr callable_atan2d_ | eve::atan2d = {} |
Callable object computing the atan2d operation. More... | |
constexpr callable_atan2pi_ | eve::atan2pi = {} |
Callable object computing the atan2pi operation. More... | |
constexpr callable_atand_ | eve::atand = {} |
Callable object computing atand. More... | |
constexpr callable_atanpi_ | eve::atanpi = {} |
Callable object computing atand. More... | |