|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcore.math.SpecialFunctions
Constructor Summary | |
SpecialFunctions()
|
Method Summary | |
static double |
ellipticIntegral(double kcc,
double pp,
double aa,
double bb,
double accuracy)
Elliptic integrals: This algorithm for the calculation of the complete elliptic integral (CEI) is presented in papers by Ronald Bulirsch, Numerical Calculation of Elliptic Integrals and Elliptic Functions, Numerische Mathematik 7, 78-90 (1965) and Ronald Bulirsch: Numerical Calculation of Elliptic Integrals and Elliptic Functions III, Numerische Mathematik 13,305-315 (1969). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SpecialFunctions()
Method Detail |
public static double ellipticIntegral(double kcc, double pp, double aa, double bb, double accuracy)
kcc
- see Section 1.1.1 of the TEAL_Physics_Math documentation for the definition of this parameterpp
- see Section 1.1.1 of the TEAL_Physics_Math documentation for the definition of this parameteraa
- see Section 1.1.1 of the TEAL_Physics_Math documentation for the definition of this parameterbb
- see Section 1.1.1 of the TEAL_Physics_Math documentation for the definition of this parameteraccuracy
- the desired accuracy
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |