Package Jama.util
Class Maths
java.lang.Object
Jama.util.Maths
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic double
hypot
(double a, double b) sqrt(a^2 + b^2) without under/overflow.
-
Constructor Details
-
Maths
public Maths()
-
-
Method Details
-
hypot
public static double hypot(double a, double b) sqrt(a^2 + b^2) without under/overflow.
-