Overview | Package | Class | Tree | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD

Class Jama.util.Maths

java.lang.Object
  |
  +--Jama.util.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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait
 

Method Detail

hypot

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

Overview | Package | Class | Tree | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD