contains implements rational number representation. More...
#include <sstream>#include <iostream>#include <assert.h>
Go to the source code of this file.
Classes | |
| class | rationalNumber |
| represents a rational number. Value range of the numerator and nominator is shrinked to a range of an 'int' More... | |
Functions | |
| std::ostream & | operator<< (std::ostream &out, const rationalNumber &zahl) |
Definition in file rationalNumber.h.
| std::ostream& operator<< | ( | std::ostream & | out, | |
| const rationalNumber & | zahl | |||
| ) |
Definition at line 150 of file rationalNumber.cc.
1.6.3