Jama.util

Class Maths


public class Maths
extends java.lang.Object

Method Summary

static double
hypot(double a, double b)
sqrt(a^2 + b^2) without under/overflow.

Method Details

hypot

public static double hypot(double a,
                           double b)
sqrt(a^2 + b^2) without under/overflow. *