Uses of Package
org.apache.commons.numbers.core
-
Packages that use org.apache.commons.numbers.core 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. -
Classes in org.apache.commons.numbers.core used by org.apache.commons.numbers.core Class Description Addition Addition.DD Computes double-double floating-point operations.DDMath.MDD Mutable double-double number used for working.Multiplication Multiplication.NativeOperators Operators that can be implemented in a more performant way using the language constructs.Norm Norm functions.Norm.Array Function of array argument.Norm.Three Function of 3 arguments.Norm.Two Function of 2 arguments.Precision.DoubleEquivalence Interface containing comparison operations for doubles that allow values to be considered equal even if they are not exactly equal.Sum Class providing accurate floating-point sums and linear combinations. -
Classes in org.apache.commons.numbers.core used by org.apache.commons.numbers.field Class Description Addition Addition.DD Computes double-double floating-point operations.Multiplication Multiplication.NativeOperators Operators that can be implemented in a more performant way using the language constructs. -
Classes in org.apache.commons.numbers.core used by org.apache.commons.numbers.fraction Class Description Addition Addition.Multiplication Multiplication.NativeOperators Operators that can be implemented in a more performant way using the language constructs.