39#if __cplusplus >= 201402L
50 while (depth > depth_end - 1) {
51 res = T(1) + x/T(depth - 1) - x/depth/res;
69 T(1) + x/T(depth - 1) - x/depth/
exp_cf_recur(x,depth+1) :
133 if (std::is_constant_evaluated()) {
#define GCEM_EXP_MAX_ITER_SMALL
Definition gcem_options.hpp:145
#define GCEM_E
Definition gcem_options.hpp:130
constexpr T exp_cf_recur(const T x, const int depth) noexcept
Definition exp.hpp:64
constexpr bool is_nan(const T x) noexcept
Definition is_nan.hpp:39
constexpr T1 pow_integral(const T1 base, const T2 exp_term) noexcept
Definition pow_integral.hpp:123
constexpr bool is_posinf(const T x) noexcept
Definition is_inf.hpp:84
constexpr llint_t find_whole(const T x) noexcept
Definition find_whole.hpp:37
constexpr bool is_neginf(const T x) noexcept
Definition is_inf.hpp:37
constexpr T exp_check(const T x) noexcept
Definition exp.hpp:97
constexpr T exp_split(const T x) noexcept
Definition exp.hpp:88
constexpr T find_fraction(const T x) noexcept
Definition find_fraction.hpp:37
constexpr T exp_cf(const T x) noexcept
Definition exp.hpp:79
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
typename std::conditional< std::is_integral< T >::value, double, T >::type return_t
Definition gcem_options.hpp:77