The Encog Project

org.encog.util.math
Class EncogMath

java.lang.Object
  extended by org.encog.util.math.EncogMath

public class EncogMath
extends java.lang.Object


Constructor Summary
EncogMath()
           
 
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

EncogMath

public EncogMath()
Method Detail

hypot

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


The Encog Project