|
template<typename IntType > |
IntType | boost::gcd (IntType n, IntType m) |
|
template<typename IntType > |
IntType | boost::lcm (IntType n, IntType m) |
|
template<typename IntType > |
rational< IntType > | boost::abs (const rational< IntType > &r) |
|
template<typename IntType > |
rational< IntType > | boost::operator+ (const rational< IntType > &r) |
|
template<typename IntType > |
rational< IntType > | boost::operator- (const rational< IntType > &r) |
|
template<typename IntType > |
std::istream & | boost::operator>> (std::istream &is, rational< IntType > &r) |
|
template<typename IntType > |
std::ostream & | boost::operator<< (std::ostream &os, const rational< IntType > &r) |
|
template<typename T , typename IntType > |
T | boost::rational_cast (const rational< IntType > &src BOOST_APPEND_EXPLICIT_TEMPLATE_TYPE(T)) |
|