All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----graph.SpecialFunction
NOTE: These special functions do not necessarily use the fastest or most accurate algorithms.
 
 AU
	AU
   AVOGADRO
	AVOGADRO
   BOLTZMAN
	BOLTZMAN
   ECHARGE
	ECHARGE
   EMASS
	EMASS
   GASCONSTANT
	GASCONSTANT
   GRAV
	GRAV
   GRAVACC
	GRAVACC
   LIGHTSPEED
	LIGHTSPEED
   PLANCK
	PLANCK
   PMASS
	PMASS
   SOLARFLUX
	SOLARFLUX
   SOLARLUM
	SOLARLUM
   SOLARMASS
	SOLARMASS
   SOLARRADIUS
	SOLARRADIUS
   STEFANBOLTZ
	STEFANBOLTZ
   
 acosh(double)
	acosh(double)
   asinh(double)
	asinh(double)
   atanh(double)
	atanh(double)
   chisq(double, double)
	chisq(double, double)
   chisqc(double, double)
	chisqc(double, double)
   cosh(double)
	cosh(double)
   erf(double)
	erf(double)
   erfc(double)
	erfc(double)
   fac(double)
	fac(double)
   fac(int)
	fac(int)
   gamma(double)
	gamma(double)
   ibeta(double, double, double)
	ibeta(double, double, double)
   igam(double, double)
	igam(double, double)
   igamc(double, double)
	igamc(double, double)
   j0(double)
	j0(double)
   j1(double)
	j1(double)
   jn(int, double)
	jn(int, double)
   log10(double)
	log10(double)
   normal(double)
	normal(double)
   poisson(int, double)
	poisson(int, double)
   poissonc(int, double)
	poissonc(int, double)
   sinh(double)
	sinh(double)
   tanh(double)
	tanh(double)
   y0(double)
	y0(double)
   y1(double)
	y1(double)
   yn(int, double)
	yn(int, double)
   
 BOLTZMAN
BOLTZMAN
public final static double BOLTZMAN
 ECHARGE
ECHARGE
public final static double ECHARGE
 EMASS
EMASS
public final static double EMASS
 PMASS
PMASS
public final static double PMASS
 GRAV
GRAV
public final static double GRAV
 PLANCK
PLANCK
public final static double PLANCK
 LIGHTSPEED
LIGHTSPEED
public final static double LIGHTSPEED
 STEFANBOLTZ
STEFANBOLTZ
public final static double STEFANBOLTZ
 AVOGADRO
AVOGADRO
public final static double AVOGADRO
 GASCONSTANT
GASCONSTANT
public final static double GASCONSTANT
 GRAVACC
GRAVACC
public final static double GRAVACC
 SOLARMASS
SOLARMASS
public final static double SOLARMASS
 SOLARRADIUS
SOLARRADIUS
public final static double SOLARRADIUS
 SOLARLUM
SOLARLUM
public final static double SOLARLUM
 SOLARFLUX
SOLARFLUX
public final static double SOLARFLUX
 AU
AU
public final static double AU
 
 log10
log10
public static double log10(double x) throws ArithmeticException
 cosh
cosh
public static double cosh(double x) throws ArithmeticException
 sinh
sinh
public static double sinh(double x) throws ArithmeticException
 tanh
tanh
public static double tanh(double x) throws ArithmeticException
 acosh
acosh
public static double acosh(double x) throws ArithmeticException
 asinh
asinh
public static double asinh(double xx) throws ArithmeticException
 atanh
atanh
public static double atanh(double x) throws ArithmeticException
 j0
j0
public static double j0(double x) throws ArithmeticException
 j1
j1
public static double j1(double x) throws ArithmeticException
 jn
jn
  public static double jn(int n,
                          double x) throws ArithmeticException
 y0
y0
public static double y0(double x) throws ArithmeticException
 y1
y1
public static double y1(double x) throws ArithmeticException
 yn
yn
  public static double yn(int n,
                          double x) throws ArithmeticException
 fac
fac
public static double fac(double x) throws ArithmeticException
 fac
fac
public static int fac(int j) throws ArithmeticException
 gamma
gamma
public static double gamma(double x) throws ArithmeticException
Converted to Java from
Cephes Math Library Release 2.2:  July, 1992
Copyright 1984, 1987, 1989, 1992 by Stephen L. Moshier
Direct inquiries to 30 Frost Street, Cambridge, MA 02140
  
 igamc
igamc
  public static double igamc(double a,
                             double x) throws ArithmeticException
Converted to Java from
Cephes Math Library Release 2.2:  July, 1992
Copyright 1984, 1987, 1989, 1992 by Stephen L. Moshier
Direct inquiries to 30 Frost Street, Cambridge, MA 02140
  
 igam
igam
  public static double igam(double a,
                            double x) throws ArithmeticException
Converted to Java from
Cephes Math Library Release 2.2:  July, 1992
Copyright 1984, 1987, 1989, 1992 by Stephen L. Moshier
Direct inquiries to 30 Frost Street, Cambridge, MA 02140
  
 chisq
chisq
  public static double chisq(double df,
                             double x) throws ArithmeticException
 chisqc
chisqc
  public static double chisqc(double df,
                              double x) throws ArithmeticException
 poisson
poisson
  public static double poisson(int k,
                               double x) throws ArithmeticException
 poissonc
poissonc
  public static double poissonc(int k,
                                double x) throws ArithmeticException
 normal
normal
public static double normal(double a) throws ArithmeticException
 erfc
erfc
public static double erfc(double a) throws ArithmeticException
Converted to Java from
Cephes Math Library Release 2.2:  July, 1992
Copyright 1984, 1987, 1989, 1992 by Stephen L. Moshier
Direct inquiries to 30 Frost Street, Cambridge, MA 02140
  
 erf
erf
public static double erf(double x) throws ArithmeticException
Converted to Java from
Cephes Math Library Release 2.2:  July, 1992
Copyright 1984, 1987, 1989, 1992 by Stephen L. Moshier
Direct inquiries to 30 Frost Street, Cambridge, MA 02140
  
 ibeta
ibeta
  public static double ibeta(double aa,
                             double bb,
                             double xx) throws ArithmeticException
Converted to Java from
Cephes Math Library Release 2.3:  July, 1995
Copyright 1984, 1995 by Stephen L. Moshier
Direct inquiries to 30 Frost Street, Cambridge, MA 02140
  
All Packages Class Hierarchy This Package Previous Next Index