|
template<class T , class Policy > |
T | boost::math::factorial (unsigned i, const Policy &pol) |
|
template<class T > |
T | boost::math::factorial (unsigned i) |
|
template<class T , class Policy > |
T | boost::math::double_factorial (unsigned i, const Policy &pol) |
|
template<class T > |
T | boost::math::double_factorial (unsigned i) |
|
template<class T , class Policy > |
T | boost::math::detail::rising_factorial_imp (T x, int n, const Policy &pol) |
|
template<class T , class Policy > |
T | boost::math::detail::falling_factorial_imp (T x, unsigned n, const Policy &pol) |
|
template<class RT > |
tools::promote_args< RT >::type | boost::math::falling_factorial (RT x, unsigned n) |
|
template<class RT , class Policy > |
tools::promote_args< RT >::type | boost::math::falling_factorial (RT x, unsigned n, const Policy &pol) |
|
template<class RT > |
tools::promote_args< RT >::type | boost::math::rising_factorial (RT x, int n) |
|
template<class RT , class Policy > |
tools::promote_args< RT >::type | boost::math::rising_factorial (RT x, int n, const Policy &pol) |
|