Uses of Interface
org.apache.commons.numbers.core.NativeOperators
-
Packages that use NativeOperators Package Description org.apache.commons.numbers.core Basic utilities.org.apache.commons.numbers.field Field-related utilities.org.apache.commons.numbers.fraction Fraction number type and fraction number formatting. -
-
Uses of NativeOperators in org.apache.commons.numbers.core
Classes in org.apache.commons.numbers.core that implement NativeOperators Modifier and Type Class Description classDDComputes double-double floating-point operations. -
Uses of NativeOperators in org.apache.commons.numbers.field
Classes in org.apache.commons.numbers.field with type parameters of type NativeOperators Modifier and Type Class Description classAbstractField<T extends NativeOperators<T>>Boiler-plate code for concrete implementations ofField.Classes in org.apache.commons.numbers.field that implement NativeOperators Modifier and Type Class Description classFP64Wraps adoublevalue in order to be used as a field element. -
Uses of NativeOperators in org.apache.commons.numbers.fraction
Classes in org.apache.commons.numbers.fraction that implement NativeOperators Modifier and Type Class Description classBigFractionRepresentation of a rational number using arbitrary precision.classFractionRepresentation of a rational number.
-