Package org.apfloat
Class IncompleteGammaHelper.GammaValue
- java.lang.Object
-
- org.apfloat.IncompleteGammaHelper.GammaValue
-
- Enclosing class:
- IncompleteGammaHelper
private static class IncompleteGammaHelper.GammaValue extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GammaValue(Apcomplex a, Apcomplex result, boolean inverted)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Apcomplex
getValue()
IncompleteGammaHelper.GammaValue
invert()
Apcomplex
subtract(IncompleteGammaHelper.GammaValue that)
-
-
-
Method Detail
-
invert
public IncompleteGammaHelper.GammaValue invert()
-
subtract
public Apcomplex subtract(IncompleteGammaHelper.GammaValue that)
-
getValue
public Apcomplex getValue()
-
-