|
Ring Daemon
|


Go to the source code of this file.
Classes | |
| struct | fmt::formatter< jami::rational< I > > |
| class | jami::rational< I > |
| Naive implementation of the boost::rational interface, described here: https://www.boost.org/doc/libs/latest/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) |