|
| 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) |
| |