Package org.hipparchus.util
Class MathUtils.SumAndResidual
- java.lang.Object
-
- org.hipparchus.util.MathUtils.SumAndResidual
-
- Enclosing class:
- MathUtils
public static final class MathUtils.SumAndResidual extends Object
Result class forMathUtils.twoSum(double, double)
containing the sum and the residual error in the sum.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getResidual()
Returns the residual error in the sum.double
getSum()
Returns the sum.
-