org.biojava.bio.structure.jama
Class Maths
java.lang.Object
org.biojava.bio.structure.jama.Maths
public class Maths
- extends Object
Constructor Summary |
Maths()
|
Method Summary |
static double |
hypot(double a,
double b)
sqrt(a^2 + b^2) without under/overflow. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Maths
public Maths()
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