45 (2*depth - 1) + xx/
tanh_cf(xx,depth+1) :
#define GCEM_TANH_MAX_ITER
Definition: gcem_options.hpp:193
constexpr FMT_INLINE auto is_constant_evaluated(bool default_value=false) noexcept -> bool
Definition: core.h:304
constexpr bool is_nan(const T x) noexcept
Definition: is_nan.hpp:39
constexpr T tanh_begin(const T x) noexcept
Definition: tanh.hpp:53
constexpr T tanh_cf(const T xx, const int depth) noexcept
Definition: tanh.hpp:40
constexpr T tanh_check(const T x) noexcept
Definition: tanh.hpp:62
Definition: is_even.hpp:29
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 > tanh(const T x) noexcept
Compile-time hyperbolic tangent function.
Definition: tanh.hpp:89
typename std::conditional< std::is_integral< T >::value, double, T >::type return_t
Definition: gcem_options.hpp:77