Uses of Class
org.apfloat.IncompleteGammaHelper.Sequence
Packages that use IncompleteGammaHelper.Sequence
-
Uses of IncompleteGammaHelper.Sequence in org.apfloat
Fields in org.apfloat with type parameters of type IncompleteGammaHelper.SequenceMethods in org.apfloat that return IncompleteGammaHelper.SequenceModifier and TypeMethodDescriptionprivate static IncompleteGammaHelper.Sequence
IncompleteGammaHelper.lowerGammaSequence
(Apcomplex a, Apcomplex z) private static IncompleteGammaHelper.Sequence
IncompleteGammaHelper.lowerGammaSequenceAlternative
(Apcomplex a, Apcomplex z) private static IncompleteGammaHelper.Sequence
IncompleteGammaHelper.upperGammaSequence
(Apcomplex a, Apcomplex z) private static IncompleteGammaHelper.Sequence
IncompleteGammaHelper.upperGammaSequenceAlternative
(Apcomplex a, Apcomplex z) Methods in org.apfloat that return types with arguments of type IncompleteGammaHelper.SequenceMethods in org.apfloat with parameters of type IncompleteGammaHelper.SequenceModifier and TypeMethodDescriptionprivate static IncompleteGammaHelper.ContinuedFractionResult
IncompleteGammaHelper.continuedFraction
(IncompleteGammaHelper.Sequence s, int radix, long workingPrecision, long minIterations, long maxIterations) Method parameters in org.apfloat with type arguments of type IncompleteGammaHelper.SequenceModifier and TypeMethodDescriptionprivate static Apcomplex
IncompleteGammaHelper.g
(BiFunction<Apcomplex, Apcomplex, IncompleteGammaHelper.Sequence> s, Apcomplex a, Apcomplex z, long minIterations) Constructor parameters in org.apfloat with type arguments of type IncompleteGammaHelper.SequenceModifierConstructorDescriptionprivate
ContinuedFraction
(IncompleteGammaHelper.ContinuedFractionType type, BiFunction<Apcomplex, Apcomplex, IncompleteGammaHelper.Sequence> sequence)