Uses of Class
org.apfloat.Apcomplex
Packages that use Apcomplex
Package
Description
The apfloat Application Programming Interface (API).
Arbitrary precision calculator interactive application.
-
Uses of Apcomplex in org.apfloat
Classes in org.apfloat with type parameters of type ApcomplexModifier and TypeInterfaceDescriptionstatic interface
ParallelHelper.ProductKernel<T extends Apcomplex>
Subclasses of Apcomplex in org.apfloatModifier and TypeClassDescriptionclass
Arbitrary precision floating-point number class.class
Arbitrary precision integer class.class
Arbitrary precision rational number class.Fields in org.apfloat declared as ApcomplexModifier and TypeFieldDescriptionprivate Apcomplex[]
HypergeometricHelper.a
HypergeometricHelper.Hypergeometric2F1Helper.a
private Apcomplex
IncompleteGammaHelper.GammaValue.a
private Apcomplex[]
HypergeometricHelper.b
HypergeometricHelper.Hypergeometric2F1Helper.b
HypergeometricHelper.Hypergeometric2F1Helper.c
private Apcomplex
IncompleteGammaHelper.ContinuedFractionResult.delta
private Apcomplex
ZetaHelper.gammaS
private Apcomplex
ZetaHelper.i
static final Apcomplex
Apcomplex.I
Imaginary unit.private Apcomplex
ZetaHelper.iTwoPiN
private Apcomplex
ZetaHelper.oneS
private Apcomplex
LambertWHelper.p
private Apcomplex
IncompleteGammaHelper.ContinuedFractionResult.result
private Apcomplex
IncompleteGammaHelper.GammaValue.result
private Apcomplex
ZetaHelper.s1
private Apcomplex
BesselHelper.z
HypergeometricHelper.Hypergeometric2F1Helper.z
private Apcomplex
HypergeometricHelper.z
private Apcomplex
LambertWHelper.z
private Apcomplex
BesselHelper.ν
Fields in org.apfloat with type parameters of type ApcomplexModifier and TypeFieldDescriptionprivate LongFunction
<Apcomplex> IncompleteGammaHelper.Sequence.a
private LongFunction
<Apcomplex> IncompleteGammaHelper.Sequence.b
static final Comparator
<Apcomplex> Apcomplex.REAL_ABS_IMAG_ORDER
Comparator for ordering by real part, and in case of a tie, by the absolute value of the imaginary part.static final Comparator
<Apcomplex> Apcomplex.REAL_IMAG_ORDER
Comparator for ordering by real part, and in case of a tie, by imaginary part.IncompleteGammaHelper.ContinuedFraction.sequence
IncompleteGammaHelper.ContinuedFraction.sequence
Methods in org.apfloat with type parameters of type ApcomplexModifier and TypeMethodDescriptionstatic <T extends Apcomplex>
voidParallelHelper.parallelProduct
(T[] x, Queue<T> heap, ParallelHelper.ProductKernel<T> kernel) Multiply two smallest elements in the heap and put the product back to the heap, until only one element remains.Methods in org.apfloat that return ApcomplexModifier and TypeMethodDescriptionIncompleteGammaHelper.Sequence.a
(long n) static Apcomplex
Inverse cosine.(package private) static Apcomplex
Arc cosine.static Apcomplex
Inverse hyperbolic cosine.(package private) static Apcomplex
Hyperbolic arc cosine.Adds two apcomplex numbers.Addition.static Apcomplex
Arithmetic-geometric mean.(package private) static Apcomplex
Arithmetic-geometric mean.private static Apcomplex
ApcomplexMath.agmConsume
(Consumer<Apcomplex> consumer, Apcomplex a, Apcomplex c2, long workingPrecision) private static Apcomplex
static Apcomplex
Airy function Ai.(package private) static Apcomplex
Airy function Ai.static Apcomplex
ApcomplexMath.airyAiPrime
(Apcomplex z) Derivative of the Airy function Ai.(package private) static Apcomplex
ApcomplexMath.airyAiPrime
(Apcomplex z0, long targetPrecision) FixedPrecisionApcomplexHelper.airyAiPrime
(Apcomplex z) Derivative of the Airy function Ai.static Apcomplex
Airy function Bi.(package private) static Apcomplex
Airy function Bi.static Apcomplex
ApcomplexMath.airyBiPrime
(Apcomplex z) Derivative of the Airy function Bi.(package private) static Apcomplex
ApcomplexMath.airyBiPrime
(Apcomplex z0, long targetPrecision) FixedPrecisionApcomplexHelper.airyBiPrime
(Apcomplex z) Derivative of the Airy function Bi.static Apcomplex[]
All values of the positive integer root.All branches of a root.static Apcomplex
ZetaHelper.alternatingSum
(Apcomplex s) private Apcomplex
HypergeometricHelper.alternative
(Apcomplex a, Apcomplex b, Apcomplex c, Apcomplex z) static Apcomplex
Inverse sine.Arc sine.static Apcomplex
Inverse hyperbolic sine.Hyperbolic arc sine.static Apcomplex
Inverse tangent.Arc tangent.static Apcomplex
Inverse hyperbolic tangent.Hyperbolic arc tangent.IncompleteGammaHelper.Sequence.b
(long n) static Apcomplex
ApcomplexMath.bernoulliB
(long n, Apcomplex z) Bernoulli polynomial.(package private) static Apcomplex
ApcomplexMath.bernoulliB
(long n, Apcomplex z, long precision) FixedPrecisionApcomplexHelper.bernoulliB
(long n, Apcomplex z) Bernoulli polynomial.private static Apcomplex
HurwitzZetaHelper.bernoulliB
(long n, Apcomplex z) private Apcomplex
BesselHelper.besselFirstKind
(Apcomplex ν, boolean negate) static Apcomplex
Modified Bessel function of the first kind.private Apcomplex
BesselHelper.besselI()
private Apcomplex
static Apcomplex
Modified Bessel function of the first kind.static Apcomplex
Bessel function of the first kind.private Apcomplex
BesselHelper.besselJ()
private Apcomplex
static Apcomplex
Bessel function of the first kind.static Apcomplex
Modified Bessel function of the second kind.private Apcomplex
BesselHelper.besselK()
static Apcomplex
Modified Bessel function of the second kind.private Apcomplex
BesselHelper.besselSecondKind
(BiFunction<Apcomplex, Apcomplex, Apcomplex> f) static Apcomplex
Bessel function of the second kind.private Apcomplex
BesselHelper.besselY()
static Apcomplex
Bessel function of the second kind.static Apcomplex
Beta function.static Apcomplex
Incomplete beta function.static Apcomplex
Generalized incomplete beta function.Beta function.Incomplete beta function.Generalized incomplete beta function.static Apcomplex
Binomial coefficient.Binomial coefficient.static Apcomplex
Cube root.Cube root.static Apcomplex
ApcomplexMath.chebyshevT
(Apcomplex ν, Apcomplex z) Chebyshev function of the first kind.FixedPrecisionApcomplexHelper.chebyshevT
(Apcomplex ν, Apcomplex z) Chebyshev function of the first kind.static Apcomplex
ApcomplexMath.chebyshevU
(Apcomplex ν, Apcomplex z) Chebyshev function of the second kind.FixedPrecisionApcomplexHelper.chebyshevU
(Apcomplex ν, Apcomplex z) Chebyshev function of the second kind.static Apcomplex
private static Apcomplex
ApfloatHelper.checkPowBasic
(Apcomplex z, Apcomplex w, long targetPrecision) private Apcomplex
HypergeometricHelper.checkResult()
private Apcomplex
FixedPrecisionApcomplexHelper.checkSmallLinear
(Apcomplex z) private static Apcomplex
LambertWHelper.complex()
private Apcomplex
LambertWHelper.complexSeries
(Apcomplex p) Apcomplex.conj()
Returns the complex conjugate of this apcomplex.Complex conjugate.static Apcomplex
Cosine.Cosine.static Apcomplex
Hyperbolic cosine.Hyperbolic cosine.static Apcomplex
ApcomplexMath.coshIntegral
(Apcomplex z) Hyperbolic cosine integral.FixedPrecisionApcomplexHelper.coshIntegral
(Apcomplex z) Hyperbolic cosine integral.static Apcomplex
ApcomplexMath.cosIntegral
(Apcomplex z) Cosine integral.FixedPrecisionApcomplexHelper.cosIntegral
(Apcomplex z) Cosine integral.(package private) static Apcomplex
private Apcomplex
static Apcomplex
Digamma function.Digamma function.Divides two apcomplex numbers.Division.private static Apcomplex
private Apcomplex
private Apcomplex
static Apcomplex
Complete elliptic integral of the second kind.(package private) static Apcomplex
Complete elliptic integral of the second kind.static Apcomplex
Complete elliptic integral of the first kind.(package private) static Apcomplex
(package private) static Apcomplex
Complete elliptic integral of the first kind.static Apcomplex
ApfloatHelper.ensureGammaPrecision
(Apcomplex z, long precision) private Apcomplex
HypergeometricHelper.ensureGammaPrecision
(Apcomplex z) static Apcomplex
ApfloatHelper.ensurePrecision
(Apcomplex z, long precision) private Apcomplex
BesselHelper.ensurePrecision
(Apcomplex z) private Apcomplex
HypergeometricHelper.ensurePrecision
(Apcomplex z) static Apcomplex
Error function.Error function.static Apcomplex
Complementary error function.Complementary error function.(package private) static Apcomplex
ApcomplexMath.erfcFixedPrecision
(Apcomplex z) (package private) static Apcomplex
ApcomplexMath.erfFixedPrecision
(Apcomplex z) static Apcomplex
Imaginary error function.Imaginary error function.(package private) static Apcomplex
ApcomplexMath.erfiFixedPrecision
(Apcomplex z) static Apcomplex
Euler polynomial.(package private) static Apcomplex
Euler polynomial.private Apcomplex
private Apcomplex
HypergeometricHelper.Hypergeometric2F1Helper.evaluate
(Apcomplex a, Apcomplex b, Apcomplex c, Apcomplex z) static Apcomplex
Exponent function.Exponential function.static Apcomplex
ApcomplexMath.expIntegralE
(Apcomplex ν, Apcomplex z) Exponential integral E.FixedPrecisionApcomplexHelper.expIntegralE
(Apcomplex ν, Apcomplex z) Exponential integral E.static Apcomplex
ApcomplexMath.expIntegralEi
(Apcomplex z) Exponential integral Ei.FixedPrecisionApcomplexHelper.expIntegralEi
(Apcomplex z) Exponential integral Ei.private static Apcomplex
static Apcomplex
ApfloatHelper.extendPrecision
(Apcomplex z) static Apcomplex
ApfloatHelper.extendPrecision
(Apcomplex z, long extraPrecision) static Apcomplex
Fibonacci function.Fibonacci function.private Apcomplex
LambertWHelper.fixLogBranch
(Apcomplex next, Apcomplex previous) static Apcomplex
Fresnel integral C.Fresnel integral C.static Apcomplex
Fresnel integral S.Fresnel integral S.private static Apcomplex
ApcomplexMath.fresnelTerm
(Apint one, Apfloat half, Apfloat invSqrtPi, Apcomplex iz2, Apcomplex iHalfPiZ2) private static Apcomplex
IncompleteGammaHelper.g
(BiFunction<Apcomplex, Apcomplex, IncompleteGammaHelper.Sequence> s, Apcomplex a, Apcomplex z, long minIterations) static Apcomplex
Gamma function.static Apcomplex
Incomplete gamma function.static Apcomplex
Generalized incomplete gamma function.Gamma function.Incomplete gamma function.Generalized incomplete gamma function.static Apcomplex
static Apcomplex
private static Apcomplex
ApcomplexMath.gegenbauerC
(long n, Apcomplex λ, Apcomplex z) static Apcomplex
ApcomplexMath.gegenbauerC
(Apcomplex ν, Apcomplex z) Renormalized Gegenbauer function.static Apcomplex
ApcomplexMath.gegenbauerC
(Apcomplex ν, Apcomplex λ, Apcomplex z) Gegenbauer function.FixedPrecisionApcomplexHelper.gegenbauerC
(Apcomplex ν, Apcomplex z) Renormalized Gegenbauer function.FixedPrecisionApcomplexHelper.gegenbauerC
(Apcomplex ν, Apcomplex λ, Apcomplex z) Gegenbauer function.IncompleteGammaHelper.ContinuedFractionResult.getDelta()
IncompleteGammaHelper.ContinuedFractionResult.getResult()
IncompleteGammaHelper.GammaValue.getValue()
static Apcomplex
ApcomplexMath.harmonicNumber
(Apcomplex z) Harmonic number.static Apcomplex
ApcomplexMath.harmonicNumber
(Apcomplex z, Apcomplex r) Generalized harmonic number.FixedPrecisionApcomplexHelper.harmonicNumber
(Apcomplex z) Harmonic number.FixedPrecisionApcomplexHelper.harmonicNumber
(Apcomplex z, Apcomplex r) Generalized harmonic number.static Apcomplex
Hermite function.Hermite function.static Apcomplex
ApcomplexMath.hypergeometric0F1
(Apcomplex a, Apcomplex z) Confluent hypergeometric function 0F1.FixedPrecisionApcomplexHelper.hypergeometric0F1
(Apcomplex a, Apcomplex z) Confluent hypergeometric function 0F1.private Apcomplex
HypergeometricHelper.hypergeometric0F1
(Apcomplex b, Apcomplex z) static Apcomplex
ApcomplexMath.hypergeometric0F1Regularized
(Apcomplex a, Apcomplex z) Regularized confluent hypergeometric function 0F̃1.FixedPrecisionApcomplexHelper.hypergeometric0F1Regularized
(Apcomplex a, Apcomplex z) Regularized confluent hypergeometric function 0F̃1.static Apcomplex
ApcomplexMath.hypergeometric1F1
(Apcomplex a, Apcomplex b, Apcomplex z) Kummer confluent hypergeometric function 1F1.FixedPrecisionApcomplexHelper.hypergeometric1F1
(Apcomplex a, Apcomplex b, Apcomplex z) Kummer confluent hypergeometric function 1F1.private Apcomplex
HypergeometricHelper.hypergeometric1F1
(Apcomplex a, Apcomplex b, Apcomplex z) static Apcomplex
ApcomplexMath.hypergeometric1F1Regularized
(Apcomplex a, Apcomplex b, Apcomplex z) Regularized Kummer confluent hypergeometric function 1F̃1.FixedPrecisionApcomplexHelper.hypergeometric1F1Regularized
(Apcomplex a, Apcomplex b, Apcomplex z) Regularized Kummer confluent hypergeometric function 1F̃1.private Apcomplex
HypergeometricHelper.hypergeometric1F1series
(Apcomplex a, Apcomplex b, Apcomplex z) static Apcomplex
ApcomplexMath.hypergeometric2F1
(Apcomplex a, Apcomplex b, Apcomplex c, Apcomplex z) Hypergeometric function 2F1.FixedPrecisionApcomplexHelper.hypergeometric2F1
(Apcomplex a, Apcomplex b, Apcomplex c, Apcomplex z) Hypergeometric function 2F1.private Apcomplex
HypergeometricHelper.hypergeometric2F1
(Apcomplex a, Apcomplex b, Apcomplex c, Apcomplex z) static Apcomplex
ApcomplexMath.hypergeometric2F1Regularized
(Apcomplex a, Apcomplex b, Apcomplex c, Apcomplex z) Regularized hypergeometric function 2F̃1.FixedPrecisionApcomplexHelper.hypergeometric2F1Regularized
(Apcomplex a, Apcomplex b, Apcomplex c, Apcomplex z) Regularized hypergeometric function 2F̃1.private Apcomplex
HypergeometricHelper.hypergeometricPFQ()
static Apcomplex
HypergeometricHelper.hypergeometricPFQ
(Apcomplex[] a, Apcomplex[] b, Apcomplex z) Generalized hypergeometric function pFq.private Apcomplex
HypergeometricHelper.hypergeometricPFQRegularized()
static Apcomplex
HypergeometricHelper.hypergeometricPFQRegularized
(Apcomplex[] a, Apcomplex[] b, Apcomplex z) Regularized generalized hypergeometric function pF̃q.static Apcomplex
ApcomplexMath.hypergeometricU
(Apcomplex a, Apcomplex b, Apcomplex z) Tricomi's confluent hypergeometric function U.FixedPrecisionApcomplexHelper.hypergeometricU
(Apcomplex a, Apcomplex b, Apcomplex z) Tricomi's confluent hypergeometric function U.private Apcomplex
HypergeometricHelper.hypergeometricU
(boolean fastOnly) static Apcomplex
HypergeometricHelper.hypergeometricU
(Apcomplex a, Apcomplex b, Apcomplex z, boolean fastOnly) Tricomi's confluent hypergeometric function U.private Apcomplex
HypergeometricHelper.hypergeometricUStar
(Apcomplex a, Apcomplex b, Apcomplex z) private static Apcomplex
static Apcomplex
ApcomplexMath.inverseRoot
(Apcomplex z, long n) Inverse positive integer root.static Apcomplex
ApcomplexMath.inverseRoot
(Apcomplex z, long n, long k) Inverse positive integer root.FixedPrecisionApcomplexHelper.inverseRoot
(Apcomplex z, long n) Inverse root.FixedPrecisionApcomplexHelper.inverseRoot
(Apcomplex z, long n, long k) Inverse root with branch.private static Apcomplex
ApcomplexMath.inverseRootAbs
(Apcomplex z, long n, long k) private static Apcomplex
static Apcomplex
Jacobi function.Jacobi function.static Apcomplex
Laguerre function.static Apcomplex
Generalized Laguerre function.Laguerre function.Generalized Laguerre function.private static Apcomplex
ApcomplexMath.lastIterationExtendPrecision
(int iterations, int precisingIteration, Apcomplex z) static Apcomplex
Legendre function.static Apcomplex
Associated Legendre function of the first kind.Legendre function.Associated Legendre function of the first kind.static Apcomplex
Legendre function of the second kind.static Apcomplex
Associated Legendre function of the second kind.Legendre function of the second kind.Associated Legendre function of the second kind.private static Apcomplex
ApcomplexMath.limitPrecision
(Apcomplex z) static Apcomplex
ApfloatHelper.limitPrecision
(Apcomplex z, long precision) static Apcomplex
Natural logarithm.static Apcomplex
Logarithm in arbitrary base.Natural logarithm.Logarithm in specified base.private Apcomplex
private Apcomplex
static Apcomplex
Logarithm of the gamma function.Logarithm of the gamma function.static Apcomplex
ApcomplexMath.logIntegral
(Apcomplex z) Logarithmic integral.FixedPrecisionApcomplexHelper.logIntegral
(Apcomplex z) Logarithmic integral.static Apcomplex
ApcomplexMath.logisticSigmoid
(Apcomplex z) Logistic sigmoid.FixedPrecisionApcomplexHelper.logisticSigmoid
(Apcomplex z) Logistic sigmoid.private static Apcomplex
ApcomplexMath.logPochhammer
(Apcomplex z, long n) private static Apcomplex
Multiplies two apcomplex numbers.Multiplication.Apcomplex.negate()
Negative value.static Apcomplex
Deprecated.Negation.private Apcomplex
LambertWHelper.negativeComplexSeries()
private Apcomplex
LambertWHelper.p()
(package private) static Apcomplex
ApcomplexMath.pochhammer
(Apcomplex z, long n) static Apcomplex
ApcomplexMath.pochhammer
(Apcomplex z, Apcomplex n) Pochhammer symbol.FixedPrecisionApcomplexHelper.pochhammer
(Apcomplex z, Apcomplex n) Pochhammer symbol.private static Apcomplex
HurwitzZetaHelper.pochhammer
(Apcomplex s, long n) static Apcomplex
Polygamma function.Polygamma function.static Apcomplex
Polylogarithm.Polylogarithm.private Apcomplex
LambertWHelper.positiveComplexSeries()
static Apcomplex
Integer power.static Apcomplex
Arbitrary power.Integer power.Power.private static Apcomplex
Apcomplex.precision
(long precision) Returns an apcomplex with the same value as this apcomplex accurate to the specified precision.static Apcomplex
Product of numbers.Product.private Apcomplex
private static Apcomplex
static Apcomplex
ApfloatHelper.reducePrecision
(Apcomplex z) static Apcomplex
ApfloatHelper.reducePrecision
(Apcomplex z, long extraPrecision) private Apcomplex
private static Apcomplex
static Apcomplex
Positive integer root.static Apcomplex
Positive integer root.Root.Root with branch.private static Apcomplex
static Apcomplex
Multiply by a power of the radix.Move the radix point.private Apcomplex
FixedPrecisionApcomplexHelper.setErfPrecision
(Apcomplex z) private Apcomplex
FixedPrecisionApcomplexHelper.setExpTrigPrecision
(Apcomplex z) private Apcomplex
FixedPrecisionApcomplexHelper.setGammaPrecision
(Apcomplex z) private Apcomplex
FixedPrecisionApcomplexHelper.setLogarithmicPrecision
(Apcomplex z) static Apcomplex
ApfloatHelper.setPrecision
(Apcomplex z, long precision) private Apcomplex
FixedPrecisionApcomplexHelper.setPrecision
(Apcomplex z) private Apcomplex[]
FixedPrecisionApcomplexHelper.setPrecision
(Apcomplex[] z) private Apcomplex
FixedPrecisionApcomplexHelper.setTrigExpPrecision
(Apcomplex z) private Apcomplex
FixedPrecisionApcomplexHelper.setZetaPrecision
(Apcomplex z) static Apcomplex
Sine.Sine.static Apcomplex
Sinc.Sinc.static Apcomplex
Hyperbolic sine.Hyperbolic sine.static Apcomplex
ApcomplexMath.sinhIntegral
(Apcomplex z) Hyperbolic sine integral.FixedPrecisionApcomplexHelper.sinhIntegral
(Apcomplex z) Hyperbolic sine integral.static Apcomplex
ApcomplexMath.sinIntegral
(Apcomplex z) Sine integral.FixedPrecisionApcomplexHelper.sinIntegral
(Apcomplex z) Sine integral.static Apcomplex
ApcomplexMath.sphericalHarmonicY
(Apcomplex λ, Apcomplex μ, Apcomplex ϑ, Apcomplex ϕ) Spherical harmonic function.private static Apcomplex
ApcomplexMath.sphericalHarmonicY
(Apint n, Apint m, Apcomplex ϑ, Apcomplex ϕ) FixedPrecisionApcomplexHelper.sphericalHarmonicY
(Apcomplex λ, Apcomplex μ, Apcomplex ϑ, Apcomplex ϕ) Spherical harmonic function.static Apcomplex
Square root.Square root.Subtracts two apcomplex numbers.Subtraction.IncompleteGammaHelper.GammaValue.subtract
(IncompleteGammaHelper.GammaValue that) static Apcomplex
Sum of numbers.Sum.private static Apcomplex
private static Apcomplex
static Apcomplex
Tangent.(package private) static Apcomplex
Tangent.(package private) static Apcomplex
ApcomplexMath.tanFixedPrecision
(Apcomplex z) static Apcomplex
Hyperbolic tangent.private static Apcomplex
Hyperbolic tangent.(package private) static Apcomplex
ApcomplexMath.tanhFixedPrecision
(Apcomplex z) private static Apcomplex
Apcomplex.toRadix
(int radix) Convert this apcomplex to the specified radix.HypergeometricHelper.Hypergeometric2F1Helper.transform
(Apcomplex s, Apcomplex c, Apcomplex base1, Apcomplex exp1, Apcomplex g1, Apcomplex g2, Apcomplex a1, Apcomplex b1, Apcomplex c1, Apcomplex base2, Apcomplex exp2, Apcomplex base3, Apcomplex exp3, Apcomplex g3, Apcomplex g4, Apcomplex a2, Apcomplex b2, Apcomplex c2, Apcomplex z) private static Apcomplex
IncompleteGammaHelper.upperGamma
(long mn, Apcomplex z) abstract Apcomplex
HypergeometricHelper.Transformation.value
(HypergeometricHelper.Hypergeometric2F1Helper helper) Returns the value with the specified precision.static Apcomplex
Lambert W function.static Apcomplex
Lambert W function for the specified branch.Lambert W function.Lambert W function for the specified branch.static Apcomplex
static Apcomplex
abstract Apcomplex
static Apcomplex
Riemann zeta function.static Apcomplex
Hurwitz zeta function.Riemann zeta function.Hurwitz zeta function.static Apcomplex
static Apcomplex
Methods in org.apfloat that return types with arguments of type ApcomplexModifier and TypeMethodDescriptionIncompleteGammaHelper.ContinuedFraction.getSequence()
IncompleteGammaHelper.ContinuedFraction.getSequence()
Methods in org.apfloat with parameters of type ApcomplexModifier and TypeMethodDescriptionstatic Apfloat
Absolute value.Absolute value.private static Apfloat
static Apcomplex
Inverse cosine.(package private) static Apcomplex
Arc cosine.static Apcomplex
Inverse hyperbolic cosine.(package private) static Apcomplex
Hyperbolic arc cosine.Adds two apcomplex numbers.Addition.static Apcomplex
Arithmetic-geometric mean.(package private) static Apcomplex
Arithmetic-geometric mean.private static Apcomplex
ApcomplexMath.agmConsume
(Consumer<Apcomplex> consumer, Apcomplex a, Apcomplex c2, long workingPrecision) static Apcomplex
Airy function Ai.(package private) static Apcomplex
Airy function Ai.static Apcomplex
ApcomplexMath.airyAiPrime
(Apcomplex z) Derivative of the Airy function Ai.(package private) static Apcomplex
ApcomplexMath.airyAiPrime
(Apcomplex z0, long targetPrecision) FixedPrecisionApcomplexHelper.airyAiPrime
(Apcomplex z) Derivative of the Airy function Ai.static Apcomplex
Airy function Bi.(package private) static Apcomplex
Airy function Bi.static Apcomplex
ApcomplexMath.airyBiPrime
(Apcomplex z) Derivative of the Airy function Bi.(package private) static Apcomplex
ApcomplexMath.airyBiPrime
(Apcomplex z0, long targetPrecision) FixedPrecisionApcomplexHelper.airyBiPrime
(Apcomplex z) Derivative of the Airy function Bi.static Apcomplex[]
All values of the positive integer root.All branches of a root.static Apcomplex
ZetaHelper.alternatingSum
(Apcomplex s) private Apcomplex
HypergeometricHelper.alternative
(Apcomplex a, Apcomplex b, Apcomplex c, Apcomplex z) static Apfloat
Angle of the complex vector in the complex plane.Complex angle.static Apcomplex
Inverse sine.Arc sine.static Apcomplex
Inverse hyperbolic sine.Hyperbolic arc sine.private static IncompleteGammaHelper.GammaValue
IncompleteGammaHelper.asymptoticLargeA
(Apcomplex a, Apcomplex z) private static IncompleteGammaHelper.GammaValue
IncompleteGammaHelper.asymptoticLargeZ
(Apcomplex a, Apcomplex z) static Apcomplex
Inverse tangent.Arc tangent.static Apcomplex
Inverse hyperbolic tangent.Hyperbolic arc tangent.private static IncompleteGammaHelper.GammaValue
IncompleteGammaHelper.attemptUStar
(Apcomplex a, Apcomplex z) static Apcomplex
ApcomplexMath.bernoulliB
(long n, Apcomplex z) Bernoulli polynomial.(package private) static Apcomplex
ApcomplexMath.bernoulliB
(long n, Apcomplex z, long precision) FixedPrecisionApcomplexHelper.bernoulliB
(long n, Apcomplex z) Bernoulli polynomial.private static Apcomplex
HurwitzZetaHelper.bernoulliB
(long n, Apcomplex z) private Apcomplex
BesselHelper.besselFirstKind
(Apcomplex ν, boolean negate) static Apcomplex
Modified Bessel function of the first kind.private Apcomplex
static Apcomplex
Modified Bessel function of the first kind.static Apcomplex
Bessel function of the first kind.private Apcomplex
static Apcomplex
Bessel function of the first kind.static Apcomplex
Modified Bessel function of the second kind.static Apcomplex
Modified Bessel function of the second kind.static Apcomplex
Bessel function of the second kind.static Apcomplex
Bessel function of the second kind.static Apcomplex
Beta function.static Apcomplex
Incomplete beta function.static Apcomplex
Generalized incomplete beta function.Beta function.Incomplete beta function.Generalized incomplete beta function.private static Apint
HurwitzZetaHelper.binarySearch
(Apcomplex s, Apcomplex a, long precision, long targetScale) static Apcomplex
Binomial coefficient.Binomial coefficient.static Apcomplex
Cube root.Cube root.static Apcomplex
ApcomplexMath.chebyshevT
(Apcomplex ν, Apcomplex z) Chebyshev function of the first kind.FixedPrecisionApcomplexHelper.chebyshevT
(Apcomplex ν, Apcomplex z) Chebyshev function of the first kind.static Apcomplex
ApcomplexMath.chebyshevU
(Apcomplex ν, Apcomplex z) Chebyshev function of the second kind.FixedPrecisionApcomplexHelper.chebyshevU
(Apcomplex ν, Apcomplex z) Chebyshev function of the second kind.private void
HypergeometricHelper.checkDivergence
(Apcomplex old, Apcomplex term) static Apcomplex
private static Apcomplex
ApfloatHelper.checkPowBasic
(Apcomplex z, Apcomplex w, long targetPrecision) private static void
IncompleteGammaHelper.checkPrecision
(Apcomplex... z) private Apcomplex
FixedPrecisionApcomplexHelper.checkSmallLinear
(Apcomplex z) private static Apcomplex
private Apcomplex
LambertWHelper.complexSeries
(Apcomplex p) Complex conjugate.static Apcomplex
Cosine.Cosine.static Apcomplex
Hyperbolic cosine.Hyperbolic cosine.static Apcomplex
ApcomplexMath.coshIntegral
(Apcomplex z) Hyperbolic cosine integral.FixedPrecisionApcomplexHelper.coshIntegral
(Apcomplex z) Hyperbolic cosine integral.static Apcomplex
ApcomplexMath.cosIntegral
(Apcomplex z) Cosine integral.FixedPrecisionApcomplexHelper.cosIntegral
(Apcomplex z) Cosine integral.(package private) static Apcomplex
private Apcomplex
static Apcomplex
Digamma function.Digamma function.Divides two apcomplex numbers.Division.private static Apcomplex
private Apcomplex
private Apcomplex
static Apcomplex
Complete elliptic integral of the second kind.(package private) static Apcomplex
Complete elliptic integral of the second kind.static Apcomplex
Complete elliptic integral of the first kind.(package private) static Apcomplex
(package private) static Apcomplex
Complete elliptic integral of the first kind.static Apcomplex
ApfloatHelper.ensureGammaPrecision
(Apcomplex z, long precision) private Apcomplex
HypergeometricHelper.ensureGammaPrecision
(Apcomplex z) static Apcomplex
ApfloatHelper.ensurePrecision
(Apcomplex z, long precision) private Apcomplex
BesselHelper.ensurePrecision
(Apcomplex z) private Apcomplex
HypergeometricHelper.ensurePrecision
(Apcomplex z) private void
HypergeometricHelper.ensurePrecision
(Apcomplex[] src, Apcomplex[] dest, long extendedPrecision) long
Apcomplex.equalDigits
(Apcomplex z) Computes number of equal digits.static Apcomplex
Error function.Error function.static Apcomplex
Complementary error function.Complementary error function.(package private) static Apcomplex
ApcomplexMath.erfcFixedPrecision
(Apcomplex z) (package private) static Apcomplex
ApcomplexMath.erfFixedPrecision
(Apcomplex z) static Apcomplex
Imaginary error function.Imaginary error function.(package private) static Apcomplex
ApcomplexMath.erfiFixedPrecision
(Apcomplex z) static Apcomplex
Euler polynomial.(package private) static Apcomplex
Euler polynomial.private Apcomplex
private Apcomplex
HypergeometricHelper.Hypergeometric2F1Helper.evaluate
(Apcomplex a, Apcomplex b, Apcomplex c, Apcomplex z) static Apcomplex
Exponent function.Exponential function.static Apcomplex
ApcomplexMath.expIntegralE
(Apcomplex ν, Apcomplex z) Exponential integral E.FixedPrecisionApcomplexHelper.expIntegralE
(Apcomplex ν, Apcomplex z) Exponential integral E.static Apcomplex
ApcomplexMath.expIntegralEi
(Apcomplex z) Exponential integral Ei.FixedPrecisionApcomplexHelper.expIntegralEi
(Apcomplex z) Exponential integral Ei.private static Apcomplex
static Apcomplex
ApfloatHelper.extendPrecision
(Apcomplex z) static Apcomplex
ApfloatHelper.extendPrecision
(Apcomplex z, long extraPrecision) private static IncompleteGammaHelper.ContinuedFraction
IncompleteGammaHelper.fastestG
(Apcomplex a, Apcomplex z, IncompleteGammaHelper.ContinuedFraction[] algorithms) static Apcomplex
Fibonacci function.Fibonacci function.private static long
private Apcomplex
LambertWHelper.fixLogBranch
(Apcomplex next, Apcomplex previous) static Apcomplex
Fresnel integral C.Fresnel integral C.static Apcomplex
Fresnel integral S.Fresnel integral S.private static Apcomplex
ApcomplexMath.fresnelTerm
(Apint one, Apfloat half, Apfloat invSqrtPi, Apcomplex iz2, Apcomplex iHalfPiZ2) private static Apcomplex
IncompleteGammaHelper.g
(BiFunction<Apcomplex, Apcomplex, IncompleteGammaHelper.Sequence> s, Apcomplex a, Apcomplex z, long minIterations) static Apcomplex
Gamma function.static Apcomplex
Incomplete gamma function.static Apcomplex
Generalized incomplete gamma function.Gamma function.Incomplete gamma function.Generalized incomplete gamma function.static Apcomplex
static Apcomplex
private static IncompleteGammaHelper.GammaValue
IncompleteGammaHelper.gammaG
(Apcomplex a, Apcomplex z, IncompleteGammaHelper.ContinuedFraction algorithm, IncompleteGammaHelper.ContinuedFractionType type) private static Apcomplex
ApcomplexMath.gegenbauerC
(long n, Apcomplex λ, Apcomplex z) static Apcomplex
ApcomplexMath.gegenbauerC
(Apcomplex ν, Apcomplex z) Renormalized Gegenbauer function.static Apcomplex
ApcomplexMath.gegenbauerC
(Apcomplex ν, Apcomplex λ, Apcomplex z) Gegenbauer function.FixedPrecisionApcomplexHelper.gegenbauerC
(Apcomplex ν, Apcomplex z) Renormalized Gegenbauer function.FixedPrecisionApcomplexHelper.gegenbauerC
(Apcomplex ν, Apcomplex λ, Apcomplex z) Gegenbauer function.abstract long
IncompleteGammaHelper.ContinuedFraction.getMinIterations
(Apcomplex a, Apcomplex z) static Apcomplex
ApcomplexMath.harmonicNumber
(Apcomplex z) Harmonic number.static Apcomplex
ApcomplexMath.harmonicNumber
(Apcomplex z, Apcomplex r) Generalized harmonic number.FixedPrecisionApcomplexHelper.harmonicNumber
(Apcomplex z) Harmonic number.FixedPrecisionApcomplexHelper.harmonicNumber
(Apcomplex z, Apcomplex r) Generalized harmonic number.static Apcomplex
Hermite function.Hermite function.static Apcomplex
ApcomplexMath.hypergeometric0F1
(Apcomplex a, Apcomplex z) Confluent hypergeometric function 0F1.FixedPrecisionApcomplexHelper.hypergeometric0F1
(Apcomplex a, Apcomplex z) Confluent hypergeometric function 0F1.private Apcomplex
HypergeometricHelper.hypergeometric0F1
(Apcomplex b, Apcomplex z) static Apcomplex
ApcomplexMath.hypergeometric0F1Regularized
(Apcomplex a, Apcomplex z) Regularized confluent hypergeometric function 0F̃1.FixedPrecisionApcomplexHelper.hypergeometric0F1Regularized
(Apcomplex a, Apcomplex z) Regularized confluent hypergeometric function 0F̃1.static Apcomplex
ApcomplexMath.hypergeometric1F1
(Apcomplex a, Apcomplex b, Apcomplex z) Kummer confluent hypergeometric function 1F1.FixedPrecisionApcomplexHelper.hypergeometric1F1
(Apcomplex a, Apcomplex b, Apcomplex z) Kummer confluent hypergeometric function 1F1.private Apcomplex
HypergeometricHelper.hypergeometric1F1
(Apcomplex a, Apcomplex b, Apcomplex z) static Apcomplex
ApcomplexMath.hypergeometric1F1Regularized
(Apcomplex a, Apcomplex b, Apcomplex z) Regularized Kummer confluent hypergeometric function 1F̃1.FixedPrecisionApcomplexHelper.hypergeometric1F1Regularized
(Apcomplex a, Apcomplex b, Apcomplex z) Regularized Kummer confluent hypergeometric function 1F̃1.private Apcomplex
HypergeometricHelper.hypergeometric1F1series
(Apcomplex a, Apcomplex b, Apcomplex z) static Apcomplex
ApcomplexMath.hypergeometric2F1
(Apcomplex a, Apcomplex b, Apcomplex c, Apcomplex z) Hypergeometric function 2F1.FixedPrecisionApcomplexHelper.hypergeometric2F1
(Apcomplex a, Apcomplex b, Apcomplex c, Apcomplex z) Hypergeometric function 2F1.private Apcomplex
HypergeometricHelper.hypergeometric2F1
(Apcomplex a, Apcomplex b, Apcomplex c, Apcomplex z) static Apcomplex
ApcomplexMath.hypergeometric2F1Regularized
(Apcomplex a, Apcomplex b, Apcomplex c, Apcomplex z) Regularized hypergeometric function 2F̃1.FixedPrecisionApcomplexHelper.hypergeometric2F1Regularized
(Apcomplex a, Apcomplex b, Apcomplex c, Apcomplex z) Regularized hypergeometric function 2F̃1.static Apcomplex
HypergeometricHelper.hypergeometricPFQ
(Apcomplex[] a, Apcomplex[] b, Apcomplex z) Generalized hypergeometric function pFq.static Apcomplex
HypergeometricHelper.hypergeometricPFQRegularized
(Apcomplex[] a, Apcomplex[] b, Apcomplex z) Regularized generalized hypergeometric function pF̃q.static Apcomplex
ApcomplexMath.hypergeometricU
(Apcomplex a, Apcomplex b, Apcomplex z) Tricomi's confluent hypergeometric function U.FixedPrecisionApcomplexHelper.hypergeometricU
(Apcomplex a, Apcomplex b, Apcomplex z) Tricomi's confluent hypergeometric function U.static Apcomplex
HypergeometricHelper.hypergeometricU
(Apcomplex a, Apcomplex b, Apcomplex z, boolean fastOnly) Tricomi's confluent hypergeometric function U.private Apcomplex
HypergeometricHelper.hypergeometricUStar
(Apcomplex a, Apcomplex b, Apcomplex z) private static Apcomplex
Imaginary part.static Apcomplex
ApcomplexMath.inverseRoot
(Apcomplex z, long n) Inverse positive integer root.static Apcomplex
ApcomplexMath.inverseRoot
(Apcomplex z, long n, long k) Inverse positive integer root.FixedPrecisionApcomplexHelper.inverseRoot
(Apcomplex z, long n) Inverse root.FixedPrecisionApcomplexHelper.inverseRoot
(Apcomplex z, long n, long k) Inverse root with branch.private static Apcomplex
ApcomplexMath.inverseRootAbs
(Apcomplex z, long n, long k) abstract boolean
HypergeometricHelper.Transformation.isApplicable
(Apcomplex z) private static boolean
IncompleteGammaHelper.isCloseToNegativeRealAxis
(Apcomplex z) private static boolean
IncompleteGammaHelper.isMaybeUnstable
(Apcomplex a, Apcomplex z) (package private) static boolean
ApcomplexMath.isNonPositiveInteger
(Apcomplex z) private static Apcomplex
static Apcomplex
Jacobi function.Jacobi function.static Apcomplex
Laguerre function.static Apcomplex
Generalized Laguerre function.Laguerre function.Generalized Laguerre function.private static Apcomplex
ApcomplexMath.lastIterationExtendPrecision
(int iterations, int precisingIteration, Apcomplex z) static Apcomplex
Legendre function.static Apcomplex
Associated Legendre function of the first kind.Legendre function.Associated Legendre function of the first kind.static Apcomplex
Legendre function of the second kind.static Apcomplex
Associated Legendre function of the second kind.Legendre function of the second kind.Associated Legendre function of the second kind.private static Apcomplex
ApcomplexMath.limitPrecision
(Apcomplex z) static Apcomplex
ApfloatHelper.limitPrecision
(Apcomplex z, long precision) static Apcomplex
Natural logarithm.static Apcomplex
Logarithm in arbitrary base.Natural logarithm.Logarithm in specified base.private Apcomplex
private Apcomplex
static Apcomplex
Logarithm of the gamma function.Logarithm of the gamma function.static Apcomplex
ApcomplexMath.logIntegral
(Apcomplex z) Logarithmic integral.FixedPrecisionApcomplexHelper.logIntegral
(Apcomplex z) Logarithmic integral.static Apcomplex
ApcomplexMath.logisticSigmoid
(Apcomplex z) Logistic sigmoid.FixedPrecisionApcomplexHelper.logisticSigmoid
(Apcomplex z) Logistic sigmoid.private static Apcomplex
ApcomplexMath.logPochhammer
(Apcomplex z, long n) private static Apcomplex
private static IncompleteGammaHelper.GammaValue
IncompleteGammaHelper.lowerGamma
(Apcomplex a, Apcomplex z, IncompleteGammaHelper.ContinuedFraction[] algorithms) private static IncompleteGammaHelper.Sequence
IncompleteGammaHelper.lowerGammaSequence
(Apcomplex a, Apcomplex z) private static IncompleteGammaHelper.Sequence
IncompleteGammaHelper.lowerGammaSequenceAlternative
(Apcomplex a, Apcomplex z) static Apfloat
HypergeometricHelper.maxNonPositiveInteger
(Apcomplex... a) Multiplies two apcomplex numbers.Multiplication.static Apcomplex
Deprecated.Usenegate()
.Negation.static Apfloat
Norm.Norm.static <T extends Apcomplex>
voidParallelHelper.parallelProduct
(T[] x, Queue<T> heap, ParallelHelper.ProductKernel<T> kernel) Multiply two smallest elements in the heap and put the product back to the heap, until only one element remains.(package private) static Apcomplex
ApcomplexMath.pochhammer
(Apcomplex z, long n) static Apcomplex
ApcomplexMath.pochhammer
(Apcomplex z, Apcomplex n) Pochhammer symbol.FixedPrecisionApcomplexHelper.pochhammer
(Apcomplex z, Apcomplex n) Pochhammer symbol.private static Apcomplex
HurwitzZetaHelper.pochhammer
(Apcomplex s, long n) static Apcomplex
Polygamma function.Polygamma function.static Apcomplex
Polylogarithm.Polylogarithm.static Apcomplex
Integer power.static Apcomplex
Arbitrary power.Integer power.Power.private static Apcomplex
private static long
private static long
static Apcomplex
Product of numbers.Product.private static Apfloat
private static Apcomplex
Real part.private Apfloat
LambertWHelper.realSeries
(Apcomplex p) static Apcomplex
ApfloatHelper.reducePrecision
(Apcomplex z) static Apcomplex
ApfloatHelper.reducePrecision
(Apcomplex z, long extraPrecision) private Apcomplex
private static Apcomplex
static Apcomplex
Positive integer root.static Apcomplex
Positive integer root.Root.Root with branch.private static Apcomplex
static Apcomplex
Multiply by a power of the radix.Move the radix point.private Apcomplex
FixedPrecisionApcomplexHelper.setErfPrecision
(Apcomplex z) private Apcomplex
FixedPrecisionApcomplexHelper.setExpTrigPrecision
(Apcomplex z) private Apcomplex
FixedPrecisionApcomplexHelper.setGammaPrecision
(Apcomplex z) private Apcomplex
FixedPrecisionApcomplexHelper.setLogarithmicPrecision
(Apcomplex z) static Apcomplex
ApfloatHelper.setPrecision
(Apcomplex z, long precision) private Apcomplex
FixedPrecisionApcomplexHelper.setPrecision
(Apcomplex z) private Apcomplex[]
FixedPrecisionApcomplexHelper.setPrecision
(Apcomplex[] z) private Apcomplex
FixedPrecisionApcomplexHelper.setTrigExpPrecision
(Apcomplex z) private Apcomplex
FixedPrecisionApcomplexHelper.setZetaPrecision
(Apcomplex z) static Apcomplex
Sine.Sine.static Apcomplex
Sinc.Sinc.static Apcomplex
Hyperbolic sine.Hyperbolic sine.static Apcomplex
ApcomplexMath.sinhIntegral
(Apcomplex z) Hyperbolic sine integral.FixedPrecisionApcomplexHelper.sinhIntegral
(Apcomplex z) Hyperbolic sine integral.static Apcomplex
ApcomplexMath.sinIntegral
(Apcomplex z) Sine integral.FixedPrecisionApcomplexHelper.sinIntegral
(Apcomplex z) Sine integral.static Apcomplex
ApcomplexMath.sphericalHarmonicY
(Apcomplex λ, Apcomplex μ, Apcomplex ϑ, Apcomplex ϕ) Spherical harmonic function.private static Apcomplex
ApcomplexMath.sphericalHarmonicY
(Apint n, Apint m, Apcomplex ϑ, Apcomplex ϕ) FixedPrecisionApcomplexHelper.sphericalHarmonicY
(Apcomplex λ, Apcomplex μ, Apcomplex ϑ, Apcomplex ϕ) Spherical harmonic function.static Apcomplex
Square root.Square root.Subtracts two apcomplex numbers.Subtraction.static Apcomplex
Sum of numbers.Sum.private static Apcomplex
private static Apcomplex
static Apcomplex
Tangent.(package private) static Apcomplex
Tangent.(package private) static Apcomplex
ApcomplexMath.tanFixedPrecision
(Apcomplex z) static Apcomplex
Hyperbolic tangent.private static Apcomplex
Hyperbolic tangent.(package private) static Apcomplex
ApcomplexMath.tanhFixedPrecision
(Apcomplex z) boolean
Tests two apcomplex numbers for equality.private static Apcomplex
HypergeometricHelper.Hypergeometric2F1Helper.transform
(Apcomplex s, Apcomplex c, Apcomplex base1, Apcomplex exp1, Apcomplex g1, Apcomplex g2, Apcomplex a1, Apcomplex b1, Apcomplex c1, Apcomplex base2, Apcomplex exp2, Apcomplex base3, Apcomplex exp3, Apcomplex g3, Apcomplex g4, Apcomplex a2, Apcomplex b2, Apcomplex c2, Apcomplex z) static Apfloat
Returns the unit in the last place of the argument, considering the scale and precision.Unit in the last place.private static Apcomplex
IncompleteGammaHelper.upperGamma
(long mn, Apcomplex z) private static IncompleteGammaHelper.GammaValue
IncompleteGammaHelper.upperGamma
(Apcomplex a, Apcomplex z) private static IncompleteGammaHelper.Sequence
IncompleteGammaHelper.upperGammaSequence
(Apcomplex a, Apcomplex z) private static IncompleteGammaHelper.Sequence
IncompleteGammaHelper.upperGammaSequenceAlternative
(Apcomplex a, Apcomplex z) private static boolean
IncompleteGammaHelper.useAsymptoticLarge
(Apcomplex larger, Apcomplex smaller) private static boolean
IncompleteGammaHelper.useLowerGamma
(Apcomplex a, Apcomplex z) private static boolean
private static boolean
IncompleteGammaHelper.useUpperGamma
(Apcomplex a, Apcomplex z) Returns the value with the specified precision.static Apcomplex
Lambert W function.static Apcomplex
Lambert W function for the specified branch.Lambert W function.Lambert W function for the specified branch.static Apcomplex
static Apcomplex
abstract Apcomplex
static Apcomplex
Riemann zeta function.static Apcomplex
Hurwitz zeta function.Riemann zeta function.Hurwitz zeta function.static Apcomplex
static Apcomplex
private static long
Method parameters in org.apfloat with type arguments of type ApcomplexModifier and TypeMethodDescription(package private) static Apcomplex
private static Apcomplex
ApcomplexMath.agmConsume
(Consumer<Apcomplex> consumer, Apcomplex a, Apcomplex c2, long workingPrecision) private static Apcomplex
private Apcomplex
BesselHelper.besselSecondKind
(BiFunction<Apcomplex, Apcomplex, Apcomplex> f) private Apcomplex
BesselHelper.besselSecondKind
(BiFunction<Apcomplex, Apcomplex, Apcomplex> f) private Apcomplex
BesselHelper.besselSecondKind
(BiFunction<Apcomplex, Apcomplex, Apcomplex> f) (package private) static Apcomplex
private static Apcomplex
IncompleteGammaHelper.g
(BiFunction<Apcomplex, Apcomplex, IncompleteGammaHelper.Sequence> s, Apcomplex a, Apcomplex z, long minIterations) private static Apcomplex
IncompleteGammaHelper.g
(BiFunction<Apcomplex, Apcomplex, IncompleteGammaHelper.Sequence> s, Apcomplex a, Apcomplex z, long minIterations) Constructors in org.apfloat with parameters of type ApcomplexModifierConstructorDescriptionprivate
BesselHelper
(Apcomplex ν, Apcomplex z) Helper for Bessel functions.ContinuedFractionResult
(Apcomplex result, Apcomplex delta, long iterations) GammaValue
(Apcomplex a, Apcomplex result, boolean inverted) private
HypergeometricHelper
(Apcomplex[] a, Apcomplex[] b, Apcomplex z) Helper for the generalized hypergeometric function pFq.private
LambertWHelper
(Apcomplex z, long k) Constructor parameters in org.apfloat with type arguments of type ApcomplexModifierConstructorDescriptionprivate
ContinuedFraction
(IncompleteGammaHelper.ContinuedFractionType type, BiFunction<Apcomplex, Apcomplex, IncompleteGammaHelper.Sequence> sequence) private
ContinuedFraction
(IncompleteGammaHelper.ContinuedFractionType type, BiFunction<Apcomplex, Apcomplex, IncompleteGammaHelper.Sequence> sequence) -
Uses of Apcomplex in org.apfloat.calc
Methods in org.apfloat.calc with type parameters of type ApcomplexModifier and TypeMethodDescriptionApfloatCalculatorImpl.fixedOrArbitraryPrecision
(BiFunction<T, U, Apcomplex> fixedPrecisionFunction, BiFunction<T, U, Apcomplex> arbitraryPrecisionFunction, T x, U y) Method parameters in org.apfloat.calc with type arguments of type ApcomplexModifier and TypeMethodDescriptionApfloatCalculatorImpl.fixedOrArbitraryPrecision
(BiFunction<T, U, Apcomplex> fixedPrecisionFunction, BiFunction<T, U, Apcomplex> arbitraryPrecisionFunction, T x, U y) private Number
ApfloatCalculatorImpl.fixedOrArbitraryPrecision
(Function<Apcomplex, Apcomplex> fixedPrecisionFunction, Function<Apcomplex, Apcomplex> arbitraryPrecisionFunction, Number x) private Number
ApfloatCalculatorImpl.fixedOrArbitraryPrecision
(Function<Apcomplex, Apcomplex> fixedPrecisionFunction, Function<Apcomplex, Apcomplex> arbitraryPrecisionFunction, Number x)
negate()
.