#include <sstream>
#include <math.h>
#include <limits.h>
#include "util.h"
#include "number.h"
Funktionen | |
| bool | operator== (const Number &n1, const Number &n2) |
| Vergleichsoperator. | |
| bool | operator!= (const Number &n1, const Number &n2) |
| Pruefung auf Ungleichheit. | |
| bool | operator< (const Number &n1, const Number &n2) |
| Operator "kleiner als". | |
| bool | operator<= (const Number &n1, const Number &n2) |
| Operator "kleiner als oder gleich". | |
| bool | operator> (const Number &n1, const Number &n2) |
| Operator "groesser als". | |
| bool | operator>= (const Number &n1, const Number &n2) |
| Operator "groesser als oder gleich". | |
| ostream & | operator<< (ostream &os, const Number &n) |
| Ausgabeoperator. | |
|
||||||||||||
|
Pruefung auf Ungleichheit.
|
|
||||||||||||
|
Operator "kleiner als".
|
|
||||||||||||
|
Ausgabeoperator.
|
|
||||||||||||
|
Operator "kleiner als oder gleich".
|
|
||||||||||||
|
Vergleichsoperator.
|
|
||||||||||||
|
Operator "groesser als".
|
|
||||||||||||
|
Operator "groesser als oder gleich".
|
1.4.1