Ring Daemon 16.0.0
|
Go to the source code of this file.
Classes | |
class | jami::rational< I > |
Naive implementation of the boost::rational interface, described here: http://www.boost.org/doc/libs/1_57_0/libs/rational/rational.html. More... | |
Namespaces | |
namespace | jami |
namespace | std |
Functions | |
template<typename I > | |
rational< I > | jami::abs (const rational< I > &r) |
template<typename I > | |
rational< I > | jami::operator+ (const rational< I > &r) |
template<typename I > | |
rational< I > | jami::operator- (const rational< I > &r) |
template<typename I , typename II > | |
rational< I > | jami::operator- (II i, const rational< I > &r) |
template<typename I , typename II > | |
rational< I > | jami::operator/ (II i, const rational< I > &r) |
template<typename I > | |
std::ostream & | jami::operator<< (std::ostream &os, const rational< I > &r) |
template<typename I > | |
std::istream & | jami::operator>> (std::istream &is, rational< I > &r) |
template<typename T , typename I > | |
T | jami::rational_cast (const rational< I > &r) |