25#ifndef _gcem_atan2_HPP
26#define _gcem_atan2_HPP
39 GCLIM<T>::quiet_NaN() :
58template<
typename T1,
typename T2,
typename TC = common_return_t<T1,T2>>
79template<
typename T1,
typename T2>
constexpr common_return_t< T1, T2 > atan2(const T1 y, const T2 x) noexcept
Compile-time two-argument arctangent function.
Definition: atan2.hpp:82
#define GCEM_PI
Definition: gcem_options.hpp:98
#define GCEM_HALF_PI
Definition: gcem_options.hpp:118
UnitType abs(const UnitType x) noexcept
Compute absolute value.
Definition: math.h:721
angle::radian_t atan(const ScalarUnit x) noexcept
Compute arc tangent.
Definition: math.h:159
constexpr common_t< T1, T2 > min(const T1 x, const T2 y) noexcept
Compile-time pairwise minimum function.
Definition: min.hpp:35
const Scalar & y
Definition: MathFunctions.h:821
Definition: Eigen_Colamd.h:50
constexpr TC atan2_type_check(const T1 y, const T2 x) noexcept
Definition: atan2.hpp:61
constexpr bool neg_zero(const T x) noexcept
Definition: neg_zero.hpp:31
constexpr T atan2_compute(const T y, const T x) noexcept
Definition: atan2.hpp:34
constexpr bool any_nan(const T1 x, const T2 y) noexcept
Definition: is_nan.hpp:45