Classes | |
struct | acos_root |
struct | asin_root |
struct | atan_root |
class | RR |
Functions | |
RR | ldexp (RR r, int exp) |
RR | frexp (RR r, int *exp) |
RR | operator+ (const RR &a, const RR &b) |
RR | operator- (const RR &a, const RR &b) |
RR | operator* (const RR &a, const RR &b) |
RR | operator/ (const RR &a, const RR &b) |
bool | operator== (const RR &a, const RR &b) |
bool | operator!= (const RR &a, const RR &b) |
bool | operator< (const RR &a, const RR &b) |
bool | operator<= (const RR &a, const RR &b) |
bool | operator> (const RR &a, const RR &b) |
bool | operator>= (const RR &a, const RR &b) |
RR | cos (RR a) |
RR | ceil (RR a) |
RR | exp (RR a) |
RR | fabs (RR a) |
RR | abs (RR a) |
RR | floor (RR a) |
RR | log (RR a) |
RR | log10 (RR a) |
RR | pow (RR a, RR b) |
RR | pow (RR a, int b) |
RR | sin (RR a) |
RR | sqrt (RR a) |
RR | pow (const RR &r, long l) |
RR | tan (const RR &a) |
template<class charT , class traits > | |
std::basic_ostream< charT, traits > & | operator<< (std::basic_ostream< charT, traits > &os, const RR &a) |
template<class charT , class traits > | |
std::basic_istream< charT, traits > & | operator>> (std::basic_istream< charT, traits > &is, RR &a) |
RR | asin (RR z) |
RR | acos (RR z) |
RR | atan (RR z) |
RR | atan2 (RR y, RR x) |
RR | sinh (RR z) |
RR | cosh (RR z) |
RR | tanh (RR z) |
RR | fmod (RR x, RR y) |
template<class Policy > | |
int | iround (RR const &x, const Policy &pol) |
template<class Policy > | |
long | lround (RR const &x, const Policy &pol) |
template<class Policy > | |
long long | llround (RR const &x, const Policy &pol) |
template<class Policy > | |
int | itrunc (RR const &x, const Policy &pol) |
template<class Policy > | |
long | ltrunc (RR const &x, const Policy &pol) |
template<class Policy > | |
long long | lltrunc (RR const &x, const Policy &pol) |
|
inline |
References boost::math::ntl::RR::value().
|
inline |
References boost::math::tools::halley_iterate(), and boost::math::ntl::RR::value().
|
inline |
References boost::math::tools::halley_iterate(), and boost::math::ntl::RR::value().
|
inline |
References boost::math::tools::halley_iterate(), and boost::math::ntl::RR::value().
Referenced by atan2().
|
inline |
References boost::math::ntl::RR::value().
|
inline |
|
inline |
References boost::math::ntl::RR::value().
|
inline |
References boost::math::ntl::RR::value().
|
inline |
References boost::math::ntl::RR::value().
Referenced by boost::math::detail::digamma_imp(), and fmod().
|
inline |
References floor(), and boost::polygon::y().
|
inline |
References BOOST_ASSERT, and boost::math::ntl::RR::value().
|
inline |
References boost::math::tools::real_cast(), and boost::math::round().
|
inline |
References boost::math::tools::real_cast(), and boost::math::trunc().
|
inline |
References exp(), and boost::math::ntl::RR::value().
Referenced by boost::math::tools::epsilon< boost::math::ntl::RR >().
|
inline |
References boost::math::tools::real_cast(), and boost::math::round().
|
inline |
References boost::math::tools::real_cast(), and boost::math::trunc().
|
inline |
|
inline |
References boost::math::ntl::RR::value().
Referenced by boost::spirit::karma::real_policies< T >::fraction_part().
|
inline |
References boost::math::tools::real_cast(), and boost::math::round().
|
inline |
References boost::math::tools::real_cast(), and boost::math::trunc().
|
inline |
References boost::math::ntl::RR::value().
|
inline |
References boost::asio::b.
|
inline |
References boost::asio::b.
|
inline |
References boost::asio::b.
|
inline |
References boost::asio::b.
|
inline |
References boost::math::ntl::RR::value().
|
inline |
|
inline |
References boost::math::ntl::RR::value().
|
inline |
References boost::math::ntl::RR::value().
|
inline |
References boost::math::ntl::RR::value().
|
inline |
References boost::math::ntl::RR::value().
|
inline |
|
inline |
References pow(), and boost::math::ntl::RR::value().
|
inline |
References boost::asio::b, and boost::math::ntl::RR::value().
|
inline |
References boost::math::ntl::RR::value().
|
inline |
References boost::math::ntl::RR::value().
Referenced by boost::math::ntl::asin_root::operator()(), boost::math::ntl::acos_root::operator()(), and tan().
|
inline |
References boost::math::expm1, and boost::math::ntl::RR::value().
Referenced by tanh().
|
inline |
References boost::math::ntl::RR::value().
|
inline |
Referenced by boost::math::ntl::atan_root::operator()().