java.lang.Object
Jama.util.Maths
public class Maths
extends java.lang.Object
static double
hypot(double a, double b)
public static double hypot(double a, double b)
sqrt(a^2 + b^2) without under/overflow. *