#include <boost/config/no_tr1/cmath.hpp>#include <math.h>#include <boost/limits.hpp>#include <boost/math/tools/config.hpp>#include <boost/math/tools/series.hpp>#include <boost/math/tools/precision.hpp>#include <boost/math/tools/big_constant.hpp>#include <boost/math/policies/error_handling.hpp>#include <boost/math/tools/rational.hpp>#include <boost/math/special_functions/math_fwd.hpp>#include <boost/mpl/less_equal.hpp>#include <boost/static_assert.hpp>

Classes | |
| struct | boost::math::detail::expm1_series< T > |
| struct | boost::math::detail::expm1_initializer< T, Policy, tag > |
| struct | boost::math::detail::expm1_initializer< T, Policy, tag >::init |
Namespaces | |
| boost | |
| Duration formatting facet for input. | |
| boost::math | |
| boost::math::detail | |
Functions | |
| template<class T , class Policy > | |
| T | boost::math::detail::expm1_imp (T x, const mpl::int_< 0 > &, const Policy &pol) |
| template<class T , class P > | |
| T | boost::math::detail::expm1_imp (T x, const mpl::int_< 53 > &, const P &pol) |
| template<class T , class P > | |
| T | boost::math::detail::expm1_imp (T x, const mpl::int_< 64 > &, const P &pol) |
| template<class T , class P > | |
| T | boost::math::detail::expm1_imp (T x, const mpl::int_< 113 > &, const P &pol) |
| template<class T , class Policy > | |
| tools::promote_args< T >::type | boost::math::expm1 (T x, const Policy &) |
| template<class T > | |
| tools::promote_args< T >::type | boost::math::expm1 (T x) |