Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

jmat.data.matrixDecompositions
Class Mathfun  view Mathfun download Mathfun.java

java.lang.Object
  extended byjmat.data.matrixDecompositions.Mathfun

public class Mathfun
extends java.lang.Object

DOCUMENT ME!

Version:
$Revision: 1.3 $

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
clone, equals, finalize, 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.