Uses of Class
dk.jonaslindstrom.ruffini.reals.elements.ConstructiveReal
Packages that use ConstructiveReal
Package
Description
-
Uses of ConstructiveReal in dk.jonaslindstrom.ruffini.reals.elements
Methods in dk.jonaslindstrom.ruffini.reals.elements that return ConstructiveRealModifier and TypeMethodDescriptionstatic ConstructiveReal
ConstructiveReal.add
(ConstructiveReal a, ConstructiveReal b) static ConstructiveReal
ConstructiveReal.multiply
(ConstructiveReal a, ConstructiveReal b) static ConstructiveReal
ConstructiveReal.negate
(ConstructiveReal a) static ConstructiveReal
ConstructiveReal.of
(double x) static ConstructiveReal
ConstructiveReal.of
(int x) static ConstructiveReal
ConstructiveReal.reciprocal
(ConstructiveReal a) static ConstructiveReal
ConstructiveReal.sqrt
(ConstructiveReal x) Methods in dk.jonaslindstrom.ruffini.reals.elements with parameters of type ConstructiveRealModifier and TypeMethodDescriptionstatic ConstructiveReal
ConstructiveReal.add
(ConstructiveReal a, ConstructiveReal b) static ConstructiveReal
ConstructiveReal.multiply
(ConstructiveReal a, ConstructiveReal b) static ConstructiveReal
ConstructiveReal.negate
(ConstructiveReal a) static ConstructiveReal
ConstructiveReal.reciprocal
(ConstructiveReal a) static ConstructiveReal
ConstructiveReal.sqrt
(ConstructiveReal x) -
Uses of ConstructiveReal in dk.jonaslindstrom.ruffini.reals.structures
Methods in dk.jonaslindstrom.ruffini.reals.structures that return ConstructiveRealModifier and TypeMethodDescriptionConstructiveReals.add
(ConstructiveReal a, ConstructiveReal b) ConstructiveReals.identity()
ConstructiveReals.invert
(ConstructiveReal a) ConstructiveReals.multiply
(ConstructiveReal a, ConstructiveReal b) ConstructiveReals.negate
(ConstructiveReal a) ConstructiveReals.zero()
Methods in dk.jonaslindstrom.ruffini.reals.structures with parameters of type ConstructiveRealModifier and TypeMethodDescriptionConstructiveReals.add
(ConstructiveReal a, ConstructiveReal b) boolean
ConstructiveReals.equals
(ConstructiveReal a, ConstructiveReal b) ConstructiveReals.invert
(ConstructiveReal a) ConstructiveReals.multiply
(ConstructiveReal a, ConstructiveReal b) ConstructiveReals.negate
(ConstructiveReal a) ConstructiveReals.toString
(ConstructiveReal a)