25#ifndef _gcem_expm1_HPP
26#define _gcem_expm1_HPP
38 return x + x * ( x/T(2) + x * ( x/T(6) + x * ( x/T(24) + x*x/T(120) ) ) );
49 GCLIM<T>::quiet_NaN() :
constexpr return_t< T > expm1(const T x) noexcept
Compile-time exponential-minus-1 function.
Definition: expm1.hpp:70
UnitType abs(const UnitType x) noexcept
Compute absolute value.
Definition: math.h:721
Definition: Eigen_Colamd.h:50
constexpr bool is_nan(const T x) noexcept
Definition: is_nan.hpp:36
constexpr T expm1_compute(const T x) noexcept
Definition: expm1.hpp:34
constexpr T expm1_check(const T x) noexcept
Definition: expm1.hpp:44
static constexpr const charge::coulomb_t e(1.6021766208e-19)
elementary charge.