#include <boost/math/special_functions/math_fwd.hpp>
#include <boost/math/special_functions/log1p.hpp>
#include <boost/math/special_functions/expm1.hpp>
#include <boost/assert.hpp>
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::math | |
boost::math::detail | |
Functions | |
template<class T , class Policy > | |
T | boost::math::detail::powm1_imp (const T a, const T z, const Policy &pol) |
template<class T1 , class T2 > | |
tools::promote_args< T1, T2 >::type | boost::math::powm1 (const T1 a, const T2 z) |
template<class T1 , class T2 , class Policy > | |
tools::promote_args< T1, T2 >::type | boost::math::powm1 (const T1 a, const T2 z, const Policy &) |