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 ConstructiveReal
apply
(int i) boolean
estimate
(int m) int
hashCode()
static ConstructiveReal
static ConstructiveReal
static ConstructiveReal
of
(double x) static ConstructiveReal
of
(int x) static ConstructiveReal
static ConstructiveReal
toString()
-
Constructor Details
-
ConstructiveReal
public ConstructiveReal(java.util.function.IntFunction<BigInteger> estimator, String representation)
-
-
Method Details