Uses of Class
org.apache.commons.numbers.core.DDMath.MDD
Packages that use DDMath.MDD
-
Uses of DDMath.MDD in org.apache.commons.numbers.core
Methods in org.apache.commons.numbers.core with parameters of type DDMath.MDDModifier and TypeMethodDescriptionprivate static double
DDMath.add3
(double a0, double a1, double a2, double b0, double b1, double b2, DDMath.MDD s12) Compute the sum of(a0,a1,a2)
and(b0,b1,b2))
.private static double
DDMath.add3
(double a0, double a1, double a2, double b, DDMath.MDD s12) Compute the sum of(a0,a1,a2)
andb
.private static double
DDMath.multiply3
(double a0, double a1, double a2, double b, DDMath.MDD s12) Compute the multiplication product of(a0,a1,a2)
andb
.private static double
DDMath.norm3
(double s0, double s1, double s2, double s3, DDMath.MDD s12) Normalize (s0, s1, s2, s3) to (s0, s1, s2).