org.math.array.linearalgebra
Class Mathfun

java.lang.Object
  extended by org.math.array.linearalgebra.Mathfun

public class Mathfun
extends java.lang.Object


Constructor Summary
Mathfun()
           
 
Method Summary
static double hypot(double a, double b)
          sqrt(a^2 + b^2) without under/overflow.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Mathfun

public Mathfun()
Method Detail

hypot

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



jHepWork 1.1 (C) Chekanov