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 ConstructiveRealConstructiveReal.add(ConstructiveReal a, ConstructiveReal b) static ConstructiveRealConstructiveReal.multiply(ConstructiveReal a, ConstructiveReal b) static ConstructiveRealConstructiveReal.negate(ConstructiveReal a) static ConstructiveRealConstructiveReal.of(double x) static ConstructiveRealConstructiveReal.of(int x) static ConstructiveRealConstructiveReal.reciprocal(ConstructiveReal a) static ConstructiveRealConstructiveReal.sqrt(ConstructiveReal x) Methods in dk.jonaslindstrom.ruffini.reals.elements with parameters of type ConstructiveRealModifier and TypeMethodDescriptionstatic ConstructiveRealConstructiveReal.add(ConstructiveReal a, ConstructiveReal b) static ConstructiveRealConstructiveReal.multiply(ConstructiveReal a, ConstructiveReal b) static ConstructiveRealConstructiveReal.negate(ConstructiveReal a) static ConstructiveRealConstructiveReal.reciprocal(ConstructiveReal a) static ConstructiveRealConstructiveReal.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) booleanConstructiveReals.equals(ConstructiveReal a, ConstructiveReal b) ConstructiveReals.invert(ConstructiveReal a) ConstructiveReals.multiply(ConstructiveReal a, ConstructiveReal b) ConstructiveReals.negate(ConstructiveReal a) ConstructiveReals.toString(ConstructiveReal a)