Package org.biojava.nbio.structure.jama
Class Maths
java.lang.Object
org.biojava.nbio.structure.jama.Maths
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic doublehypot(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.- Parameters:
 a- a doubleb- a double- Returns:
 - a double
 
 
 -