These functions allows performing trigonometric computations
Variables | |
constexpr auto | eve::acos = functor<acos_t> |
elementwise_callable object computing the arc cosine. | |
constexpr auto | eve::acosd = functor<acosd_t> |
elementwise_callable object computing the arc cosine in degree. | |
constexpr auto | eve::acospi = functor<acospi_t> |
elementwise_callable object computing the arc cosine in \(\pi\) multiples. | |
constexpr auto | eve::acot = functor<acot_t> |
elementwise_callable object computing the arc cotangent. | |
constexpr auto | eve::acotd = functor<acotd_t> |
elementwise_callable object computing the arc cotangent in degree. | |
constexpr auto | eve::acotpi = functor<acotpi_t> |
Callable object computing te arc cotangent in \(\pi\) multiples. | |
constexpr auto | eve::acsc = functor<acsc_t> |
Callable object computing the arc cosecant. | |
constexpr auto | eve::acscd = functor<acscd_t> |
elementwise_callable object computing the arc cosecant. | |
constexpr auto | eve::acscpi = functor<acscpi_t> |
elementwise_callable object computing the arc cosecant in \(\pi\) multiples. | |
constexpr auto | eve::asec = functor<asec_t> |
elementwise_callable object computing the arc secant. | |
constexpr auto | eve::asecd = functor<asecd_t> |
elementwise_callable object computing the arc secant in degree. | |
constexpr auto | eve::asecpi = functor<asecpi_t> |
Callable object computing the arc secant in \(\pi\) multiples. | |
constexpr auto | eve::asin = functor<asin_t> |
elementwise_callable object computing the arc sine. | |
constexpr auto | eve::asind = functor<asind_t> |
elementwise_callable object computing the arc sine in degree. | |
constexpr auto | eve::asinpi = functor<asinpi_t> |
Callable object computing te arc sine in \(\pi\) multiples. | |
constexpr auto | eve::atan = functor<atan_t> |
elementwise_callable object computing the arc tangent. | |
constexpr auto | eve::atand = functor<atand_t> |
elementwise_callable object computing the arc tangent in degree. | |
constexpr auto | eve::atanpi = functor<atanpi_t> |
Callable object computing te arc tangent in \(\pi\) multiples. | |