|
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.
Definition at line 107 of 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().
| std::istream& operator>> | ( | std::istream & | is, |
| Rational & | a | ||
| ) |
Definition at line 71 of file rational.cc.
References Array< base >::nelem().