Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
erf.hpp File Reference
Include dependency graph for erf.hpp:
This graph shows which files directly or indirectly include this file:

Classes

struct  boost::math::detail::erf_asympt_series_t< T >
 
struct  boost::math::detail::erf_initializer< T, Policy, tag >
 
struct  boost::math::detail::erf_initializer< T, Policy, tag >::init
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::math
 
 boost::math::detail
 

Functions

template<class T >
float boost::math::detail::erf_asymptotic_limit_N (const T &)
 
float boost::math::detail::erf_asymptotic_limit_N (const mpl::int_< 24 > &)
 
float boost::math::detail::erf_asymptotic_limit_N (const mpl::int_< 53 > &)
 
float boost::math::detail::erf_asymptotic_limit_N (const mpl::int_< 64 > &)
 
float boost::math::detail::erf_asymptotic_limit_N (const mpl::int_< 106 > &)
 
float boost::math::detail::erf_asymptotic_limit_N (const mpl::int_< 113 > &)
 
template<class T , class Policy >
T boost::math::detail::erf_asymptotic_limit ()
 
template<class T , class Policy , class Tag >
T boost::math::detail::erf_imp (T z, bool invert, const Policy &pol, const Tag &t)
 
template<class T , class Policy >
T boost::math::detail::erf_imp (T z, bool invert, const Policy &pol, const mpl::int_< 53 > &t)
 
template<class T , class Policy >
T boost::math::detail::erf_imp (T z, bool invert, const Policy &pol, const mpl::int_< 64 > &t)
 
template<class T , class Policy >
T boost::math::detail::erf_imp (T z, bool invert, const Policy &pol, const mpl::int_< 113 > &t)
 
template<class T , class Policy >
tools::promote_args< T >::type boost::math::erf (T z, const Policy &)
 
template<class T , class Policy >
tools::promote_args< T >::type boost::math::erfc (T z, const Policy &)
 
template<class T >
tools::promote_args< T >::type boost::math::erf (T z)
 
template<class T >
tools::promote_args< T >::type boost::math::erfc (T z)