Uses of Interface
org.episteme.core.mathematics.structures.rings.RingElement
Packages that use RingElement
Package
Description
-
Uses of RingElement in org.episteme.core.mathematics.numbers.complex
Classes in org.episteme.core.mathematics.numbers.complex that implement RingElementModifier and TypeClassDescriptionfinal classRepresents a complex number (â„‚), defined as a + bi where a, b are Real numbers. -
Uses of RingElement in org.episteme.core.mathematics.numbers.integers
Classes in org.episteme.core.mathematics.numbers.integers that implement RingElementModifier and TypeClassDescriptionclassAbstract base class for integers (ℤ = {..., -2, -1, 0, 1, 2, ...}). -
Uses of RingElement in org.episteme.core.mathematics.numbers.rationals
Classes in org.episteme.core.mathematics.numbers.rationals that implement RingElementModifier and TypeClassDescriptionfinal classRepresents a rational number (ℚ), defined as the quotient of two integers. -
Uses of RingElement in org.episteme.core.mathematics.numbers.real
Classes in org.episteme.core.mathematics.numbers.real that implement RingElementModifier and TypeClassDescriptionclassAbstract base class for real numbers (â„Â).final classReal number backed by arbitrary-precisionBigDecimal.final classReal number backed by a 64-bitdouble.final classReal number backed by a 32-bitfloat. -
Uses of RingElement in org.episteme.core.mathematics.structures.rings
Classes in org.episteme.core.mathematics.structures.rings with type parameters of type RingElementModifier and TypeInterfaceDescriptioninterfaceRingElement<E extends RingElement<E>>Marker interface for elements of a ring structure.Subinterfaces of RingElement in org.episteme.core.mathematics.structures.ringsModifier and TypeInterfaceDescriptioninterfaceFieldElement<E extends FieldElement<E>>Marker interface for elements of a field structure. -
Uses of RingElement in org.episteme.nativ.mathematics.numbers.real
Classes in org.episteme.nativ.mathematics.numbers.real that implement RingElementModifier and TypeClassDescriptionfinal classHigh-precision real number backed by the native MPFR library.