ARTS
2.2.66
|
Contains some additional functionality of the rational class. More...
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &os, const Rational &a) |
std::istream & | operator>> (std::istream &is, Rational &a) |
Rational | abs (const Rational &a) |
Contains some additional functionality of the rational class.
Definition in file rational.cc.
std::ostream& operator<< | ( | std::ostream & | os, |
const Rational & | a | ||
) |
Definition at line 65 of file rational.cc.
References Rational::Denom(), and Rational::Nom().
Referenced by fac().
std::istream& operator>> | ( | std::istream & | is, |
Rational & | a | ||
) |
Definition at line 71 of file rational.cc.
References Array< base >::nelem(), and Rational::Rational().
Referenced by fac().