Package org.biojava.nbio.structure.jama
Class Maths
- java.lang.Object
-
- org.biojava.nbio.structure.jama.Maths
-
-
Constructor Summary
Constructors Constructor Description Maths()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static double
hypot(double a, double b)
sqrt(a^2 + b^2) without under/overflow.
-