#include "Musimat.h"
#include "float.h"
Go to the source code of this file.
Functions | |
ostream & | operator<< (ostream &os, Rational &r) |
istream & | operator>> (istream &is, Rational &p) |
RationalList | RealListToRationalList (RealList R) |
Convert a RealList to a RationalList. |
ostream& operator<< | ( | ostream & | os, |
Rational & | r | ||
) |
Definition at line 21 of file Rational.cpp.
References Rational::print(), and Return.
istream& operator>> | ( | istream & | is, |
Rational & | p | ||
) |
Definition at line 27 of file Rational.cpp.
References Rational::m_den, Rational::m_num, and Return.
RationalList RealListToRationalList | ( | RealList | R ) |