| Package | Description | 
|---|---|
| de.uni_kl.cs.discodnc.numbers.implementations | 
| Class | Description | 
|---|---|
| RationalBigInt | Wrapper class around org.apache.commons.math3.BigFraction.BigFraction
 introducing special values like positive / negative infinity and NaN as well
 as operators like min, max, ==, >, >=, <, and <= that are not
 part of BigFraction but needed by the network calculator. | 
| RationalInt | Wrapper class around org.apache.commons.math3.fraction.Fraction introducing
 special values like positive / negative infinity and NaN as well as operators
 like min, max, ==, >, >=, <, and <= that are not part of Fraction
 but needed by the network calculator. | 
| RealDoublePrecision | |
| RealSinglePrecision |