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