60 return( x > T(1e+08) ? \
112 if (std::is_constant_evaluated()) {
#define GCEM_SQRT_MAX_ITER
Definition gcem_options.hpp:181
constexpr T sqrt_recur(const T x, const T xn, const int count) noexcept
Definition sqrt.hpp:40
constexpr T sqrt_simplify(const T x, const T m_val) noexcept
Definition sqrt.hpp:57
constexpr bool is_nan(const T x) noexcept
Definition is_nan.hpp:39
constexpr bool is_posinf(const T x) noexcept
Definition is_inf.hpp:84
constexpr T sqrt_check(const T x) noexcept
Definition sqrt.hpp:76
constexpr T abs(const T x) noexcept
Compile-time absolute value function.
Definition abs.hpp:40
std::numeric_limits< T > GCLIM
Definition gcem_options.hpp:74
constexpr return_t< T > sqrt(const T x) noexcept
Compile-time square-root function.
Definition sqrt.hpp:109
typename std::conditional< std::is_integral< T >::value, double, T >::type return_t
Definition gcem_options.hpp:77