Uses of Class
org.apfloat.IncompleteGammaHelper.GammaValue
-
Packages that use IncompleteGammaHelper.GammaValue Package Description org.apfloat The apfloat Application Programming Interface (API). -
-
Uses of IncompleteGammaHelper.GammaValue in org.apfloat
Methods in org.apfloat that return IncompleteGammaHelper.GammaValue Modifier and Type Method Description private static IncompleteGammaHelper.GammaValue
IncompleteGammaHelper. asymptoticLargeA(Apcomplex a, Apcomplex z)
private static IncompleteGammaHelper.GammaValue
IncompleteGammaHelper. asymptoticLargeZ(Apcomplex a, Apcomplex z)
private static IncompleteGammaHelper.GammaValue
IncompleteGammaHelper. attemptUStar(Apcomplex a, Apcomplex z)
private static IncompleteGammaHelper.GammaValue
IncompleteGammaHelper. gammaG(Apcomplex a, Apcomplex z, IncompleteGammaHelper.ContinuedFraction algorithm, IncompleteGammaHelper.ContinuedFractionType type)
IncompleteGammaHelper.GammaValue
IncompleteGammaHelper.GammaValue. invert()
private static IncompleteGammaHelper.GammaValue
IncompleteGammaHelper. lowerGamma(Apcomplex a, Apcomplex z, IncompleteGammaHelper.ContinuedFraction[] algorithms)
private static IncompleteGammaHelper.GammaValue
IncompleteGammaHelper. upperGamma(Apcomplex a, Apcomplex z)
Methods in org.apfloat with parameters of type IncompleteGammaHelper.GammaValue Modifier and Type Method Description Apcomplex
IncompleteGammaHelper.GammaValue. subtract(IncompleteGammaHelper.GammaValue that)
-