Ring Daemon 16.0.0
Loading...
Searching...
No Matches
rational.h File Reference
Include dependency graph for rational.h:
This graph shows which files directly or indirectly include this file:

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< Ijami::abs (const rational< I > &r)
 
template<typename I >
rational< Ijami::operator+ (const rational< I > &r)
 
template<typename I >
rational< Ijami::operator- (const rational< I > &r)
 
template<typename I , typename II >
rational< Ijami::operator- (II i, const rational< I > &r)
 
template<typename I , typename II >
rational< Ijami::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)