gov.sns.tools.math
Class EllipticIntegral

java.lang.Object
  |
  +--gov.sns.tools.math.EllipticIntegral

public class EllipticIntegral
extends java.lang.Object


Constructor Summary
EllipticIntegral()
           
 
Method Summary
static double formFactorD(double s)
          Evaluates the value of the "form factor" which is an analytic means for approximating the Carlson elliptic integral R_D(x,y,z).
static void main(java.lang.String[] args)
          Testing Driver
static double R_d(double x, double y, double z)
          The degenerate form of Carlson's Elliptical Integral of the third kind where p == z
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EllipticIntegral

public EllipticIntegral()
Method Detail

R_d

public static double R_d(double x,
                         double y,
                         double z)
The degenerate form of Carlson's Elliptical Integral of the third kind where p == z


formFactorD

public static double formFactorD(double s)
Evaluates the value of the "form factor" which is an analytic means for approximating the Carlson elliptic integral R_D(x,y,z).

Parameters:
s - a real number in the interval [0,inf)

main

public static void main(java.lang.String[] args)
Testing Driver