Class ConstructiveReal
java.lang.Object
dk.jonaslindstrom.ruffini.reals.elements.ConstructiveReal
- All Implemented Interfaces:
- java.util.function.IntFunction<BigInteger>
- 
Constructor SummaryConstructorsConstructorDescriptionConstructiveReal(java.util.function.IntFunction<BigInteger> estimator, String representation) 
- 
Method SummaryModifier and TypeMethodDescriptionstatic ConstructiveRealapply(int i) booleanestimate(int m) inthashCode()static ConstructiveRealstatic ConstructiveRealstatic ConstructiveRealof(double x) static ConstructiveRealof(int x) static ConstructiveRealstatic ConstructiveRealtoString()
- 
Constructor Details- 
ConstructiveRealpublic ConstructiveReal(java.util.function.IntFunction<BigInteger> estimator, String representation) 
 
- 
- 
Method Details