Uses of Class
org.apfloat.Apfloat
Packages that use Apfloat
Package
Description
The apfloat Application Programming Interface (API).
JScience wrapper for apfloat.
Sample applications demonstrating apfloat use.
-
Uses of Apfloat in org.apfloat
Subclasses of Apfloat in org.apfloatModifier and TypeClassDescriptionclassArbitrary precision integer class.classArbitrary precision rational number class.Methods in org.apfloat that return ApfloatModifier and TypeMethodDescriptionstatic ApfloatAbsolute value.static ApfloatAbsolute value.Absolute value.Absolute value.static ApfloatInverse cosine.Arc cosine.static ApfloatInverse hyperbolic cosine.Hyperbolic arc cosine.Adds two apfloats.Addition.static ApfloatArithmetic-geometric mean.Arithmetic-geometric mean.static ApfloatAiry function Ai.Airy function Ai.static ApfloatApfloatMath.airyAiPrime(Apfloat x) Derivative of the Airy function Ai.FixedPrecisionApfloatHelper.airyAiPrime(Apfloat x) Derivative of the Airy function Ai.static ApfloatAiry function Bi.Airy function Bi.static ApfloatApfloatMath.airyBiPrime(Apfloat x) Derivative of the Airy function Bi.FixedPrecisionApfloatHelper.airyBiPrime(Apfloat x) Derivative of the Airy function Bi.static ApfloatAngle of the complex vector in the complex plane.Complex angle.static ApfloatInverse sine.Arc sine.static ApfloatInverse hyperbolic sine.Hyperbolic arc sine.static ApfloatInverse tangent.Arc tangent.static ApfloatConverts cartesian coordinates to polar coordinates.Angle of point.static ApfloatInverse hyperbolic tangent.Hyperbolic arc tangent.FixedPrecisionApcomplexHelper.bernoulli(long n) Bernoulli number.FixedPrecisionApcomplexHelper.bernoulli(long n, int radix) Bernoulli number.static ApfloatApfloatMath.bernoulliB(long n, Apfloat x) Bernoulli polynomial.FixedPrecisionApfloatHelper.bernoulliB(long n, Apfloat x) Bernoulli polynomial.static ApfloatModified Bessel function of the first kind.Modified Bessel function of the first kind.static ApfloatBessel function of the first kind.Bessel function of the first kind.static ApfloatModified Bessel function of the second kind.Modified Bessel function of the second kind.static ApfloatBessel function of the second kind.Bessel function of the second kind.static ApfloatBeta function.static ApfloatIncomplete beta function.static ApfloatGeneralized incomplete beta function.Beta function.Incomplete beta function.Generalized incomplete beta function.static ApfloatBinomial coefficient.FixedPrecisionApcomplexHelper.binomial(long n, long k) Binomial coefficient.FixedPrecisionApcomplexHelper.binomial(long n, long k, int radix) Binomial coefficient.Binomial coefficient.static ApfloatApfloatMath.catalan(long precision) Calculates Catalan's constant, G.static ApfloatApfloatMath.catalan(long precision, int radix) Calculates Catalan's constant, G.FixedPrecisionApcomplexHelper.catalan()Catalan's constant G.FixedPrecisionApcomplexHelper.catalan(int radix) Catalan's constant G.static ApfloatCube root.Cube root.Ceiling function.static ApfloatApfloatMath.chebyshevT(Apfloat ν, Apfloat x) Chebyshev function of the first kind.FixedPrecisionApfloatHelper.chebyshevT(Apfloat ν, Apfloat x) Chebyshev function of the first kind.static ApfloatApfloatMath.chebyshevU(Apfloat ν, Apfloat x) Chebyshev function of the second kind.FixedPrecisionApfloatHelper.chebyshevU(Apfloat ν, Apfloat x) Chebyshev function of the second kind.Apfloat[]FixedPrecisionApfloatHelper.continuedFraction(Apfloat x, int n) Continued fraction.Apfloat[]FixedPrecisionApfloatHelper.convergents(Apfloat x, int n) Convergents.static ApfloatCopy sign from one argument to another.Copies the sign from one number to another.static ApfloatCosine.Cosine.static ApfloatHyperbolic cosine.Hyperbolic cosine.static ApfloatApfloatMath.coshIntegral(Apfloat x) Hyperbolic cosine integral.FixedPrecisionApfloatHelper.coshIntegral(Apfloat x) Hyperbolic cosine integral.static ApfloatApfloatMath.cosIntegral(Apfloat x) Cosine integral.FixedPrecisionApfloatHelper.cosIntegral(Apfloat x) Cosine integral.static ApfloatDigamma function.Digamma function.Divides two apfloats.Division.FixedPrecisionApfloatHelper.doubleFactorial(long n) Double factorial.FixedPrecisionApfloatHelper.doubleFactorial(long n, int radix) Double factorial.static ApfloatApfloatMath.e(long precision) Calculates e.static ApfloatApfloatMath.e(long precision, int radix) Calculates e.FixedPrecisionApcomplexHelper.e()e.FixedPrecisionApcomplexHelper.e(int radix) e.static ApfloatComplete elliptic integral of the second kind.Complete elliptic integral of the second kind.static ApfloatComplete elliptic integral of the first kind.Complete elliptic integral of the first kind.static ApfloatError function.Error function.static ApfloatComplementary error function.Complementary error function.static ApfloatImaginary error function.Imaginary error function.static ApfloatApfloatMath.euler(long precision) Calculates γ, the Euler-Mascheroni constant.static ApfloatApfloatMath.euler(long precision, int radix) Calculates γ, the Euler-Mascheroni constant.FixedPrecisionApcomplexHelper.euler()γ, the Euler-Mascheroni constant.FixedPrecisionApcomplexHelper.euler(int radix) γ, the Euler-Mascheroni constant.static ApfloatEuler polynomial.Euler polynomial.static ApfloatExponent function.Exponential function.static ApfloatApfloatMath.expIntegralE(Apfloat ν, Apfloat x) Exponential integral E.FixedPrecisionApfloatHelper.expIntegralE(Apfloat ν, Apfloat x) Exponential integral E.static ApfloatApfloatMath.expIntegralEi(Apfloat x) Exponential integral Ei.FixedPrecisionApfloatHelper.expIntegralEi(Apfloat x) Exponential integral Ei.FixedPrecisionApfloatHelper.factorial(long n) Factorial.FixedPrecisionApfloatHelper.factorial(long n, int radix) Factorial.static ApfloatFibonacci function.Fibonacci function.Floor function.static ApfloatReturns x modulo y.Modulus.Apfloat.frac()Returns the fractional part.static ApfloatExtracts fractional part.Extract fractional part.static ApfloatFresnel integral C.Fresnel integral C.static ApfloatFresnel integral S.Fresnel integral S.static ApfloatGamma function.static ApfloatIncomplete gamma function.static ApfloatGeneralized incomplete gamma function.Gamma function.Incomplete gamma function.Generalized incomplete gamma function.static ApfloatApfloatMath.gegenbauerC(Apfloat ν, Apfloat x) Renormalized Gegenbauer function.static ApfloatApfloatMath.gegenbauerC(Apfloat ν, Apfloat λ, Apfloat x) Gegenbauer function.FixedPrecisionApfloatHelper.gegenbauerC(Apfloat ν, Apfloat x) Renormalized Gegenbauer function.FixedPrecisionApfloatHelper.gegenbauerC(Apfloat ν, Apfloat λ, Apfloat x) Gegenbauer function.static ApfloatApfloatMath.glaisher(long precision) Calculates the Glaisher‐Kinkelin constant, A.static ApfloatApfloatMath.glaisher(long precision, int radix) Calculates the Glaisher‐Kinkelin constant, A.FixedPrecisionApcomplexHelper.glaisher()The Glaisher-Kinkelin constant A.FixedPrecisionApcomplexHelper.glaisher(int radix) The Glaisher-Kinkelin constant A.static ApfloatApfloatMath.harmonicNumber(Apfloat x) Harmonic number.static ApfloatApfloatMath.harmonicNumber(Apfloat x, Apfloat r) Generalized harmonic number.FixedPrecisionApfloatHelper.harmonicNumber(Apfloat x) Harmonic number.FixedPrecisionApfloatHelper.harmonicNumber(Apfloat x, Apfloat r) Generalized harmonic number.static ApfloatHermite function.Hermite function.static ApfloatApfloatMath.hypergeometric0F1(Apfloat a, Apfloat x) Confluent hypergeometric function 0F1.FixedPrecisionApfloatHelper.hypergeometric0F1(Apfloat a, Apfloat x) Confluent hypergeometric function 0F1.static ApfloatApfloatMath.hypergeometric0F1Regularized(Apfloat a, Apfloat x) Regularized confluent hypergeometric function 0F̃1.FixedPrecisionApfloatHelper.hypergeometric0F1Regularized(Apfloat a, Apfloat x) Regularized confluent hypergeometric function 0F̃1.static ApfloatApfloatMath.hypergeometric1F1(Apfloat a, Apfloat b, Apfloat x) Kummer confluent hypergeometric function 1F1.FixedPrecisionApfloatHelper.hypergeometric1F1(Apfloat a, Apfloat b, Apfloat x) Kummer confluent hypergeometric function 1F1.static ApfloatApfloatMath.hypergeometric1F1Regularized(Apfloat a, Apfloat b, Apfloat x) Regularized Kummer confluent hypergeometric function 1F̃1.FixedPrecisionApfloatHelper.hypergeometric1F1Regularized(Apfloat a, Apfloat b, Apfloat x) Regularized Kummer confluent hypergeometric function 1F̃1.static ApfloatApfloatMath.hypergeometric2F1(Apfloat a, Apfloat b, Apfloat c, Apfloat x) Hypergeometric function 2F1.FixedPrecisionApfloatHelper.hypergeometric2F1(Apfloat a, Apfloat b, Apfloat c, Apfloat x) Hypergeometric function 2F1.static ApfloatApfloatMath.hypergeometric2F1Regularized(Apfloat a, Apfloat b, Apfloat c, Apfloat x) Regularized hypergeometric function 2F̃1.FixedPrecisionApfloatHelper.hypergeometric2F1Regularized(Apfloat a, Apfloat b, Apfloat c, Apfloat x) Regularized hypergeometric function 2F̃1.static ApfloatApfloatMath.hypergeometricU(Apfloat a, Apfloat b, Apfloat x) Tricomi's confluent hypergeometric function U.FixedPrecisionApfloatHelper.hypergeometricU(Apfloat a, Apfloat b, Apfloat x) Tricomi's confluent hypergeometric function U.Apcomplex.imag()Returns the imaginary part of this apcomplex.Apfloat.imag()Imaginary part of this apfloat.Imaginary part.static ApfloatApfloatMath.inverseErf(Apfloat x) Inverse error function.FixedPrecisionApfloatHelper.inverseErf(Apfloat x) Inverse error function.static ApfloatApfloatMath.inverseErfc(Apfloat x) Inverse complementary error function.FixedPrecisionApfloatHelper.inverseErfc(Apfloat x) Inverse complementary error function.static ApfloatApfloatMath.inverseRoot(Apfloat x, long n) Inverse positive integer root.static ApfloatApfloatMath.inverseRoot(Apfloat x, long n, long targetPrecision) Inverse positive integer root.static ApfloatApfloatMath.inverseRoot(Apfloat x, long n, long targetPrecision, Apfloat initialGuess) Inverse positive integer root.static ApfloatApfloatMath.inverseRoot(Apfloat x, long n, long targetPrecision, Apfloat initialGuess, long initialPrecision) Inverse positive integer root.FixedPrecisionApfloatHelper.inverseRoot(Apfloat x, long n) Inverse root.static ApfloatJacobi function.Jacobi function.static ApfloatApfloatMath.khinchin(long precision) Calculates Khinchin's constant, K.Uses the default radix.static ApfloatApfloatMath.khinchin(long precision, int radix) Calculates Khinchin's constant, K.FixedPrecisionApcomplexHelper.khinchin()Khinchin's constant K.FixedPrecisionApcomplexHelper.khinchin(int radix) Khinchin's constant K.static ApfloatLaguerre function.static ApfloatGeneralized Laguerre function.Laguerre function.Generalized Laguerre function.static ApfloatLegendre function.static ApfloatAssociated Legendre function of the first kind.Legendre function.Associated Legendre function of the first kind.static ApfloatLegendre function of the second kind.static ApfloatAssociated Legendre function of the second kind.Legendre function of the second kind.Associated Legendre function of the second kind.static ApfloatNatural logarithm.static ApfloatLogarithm in arbitrary base.Natural logarithm.Logarithm in specified base.static ApfloatLogarithm of the gamma function.Logarithm of the gamma function.static ApfloatApfloatMath.logIntegral(Apfloat x) Logarithmic integral.FixedPrecisionApfloatHelper.logIntegral(Apfloat x) Logarithmic integral.static ApfloatApfloatMath.logisticSigmoid(Apfloat x) Logistic sigmoid.FixedPrecisionApfloatHelper.logisticSigmoid(Apfloat x) Logistic sigmoid.static ApfloatApfloatMath.logRadix(long precision, int radix) Gets or calculates logarithm of a radix to required precision.FixedPrecisionApfloatHelper.logRadix(int radix) Logarithm.static ApfloatReturns the greater of the two values.Maximum value.static ApfloatReturns the smaller of the two values.Minimum value.Calculates the remainder when divided by an apfloat.Modulus.static Apfloat[]Split to integer and fractional parts.Apfloat[]Split to integer and fractional parts.Multiplies two apfloats.Multiplication.static ApfloatApfloatMath.multiplyAdd(Apfloat a, Apfloat b, Apfloat c, Apfloat d) Fused multiply-add.FixedPrecisionApfloatHelper.multiplyAdd(Apfloat a, Apfloat b, Apfloat c, Apfloat d) Fused multiply-add.static ApfloatApfloatMath.multiplySubtract(Apfloat a, Apfloat b, Apfloat c, Apfloat d) Fused multiply-subtract.FixedPrecisionApfloatHelper.multiplySubtract(Apfloat a, Apfloat b, Apfloat c, Apfloat d) Fused multiply-subtract.Apfloat.negate()Negative value.static ApfloatDeprecated.Negation.static ApfloatReturns the number adjacent to the first argument in the direction of the second argument, considering the scale and precision of the first argument.The number adjacent to the first argument in the direction of the second argument.static ApfloatReturns the number adjacent to the argument in the direction of negative infinity, considering the scale and precision of the argument.The adjacent value closer to negative infinity.static ApfloatReturns the number adjacent to the argument in the direction of positive infinity, considering the scale and precision of the argument.The adjacent value closer to positive infinity.static ApfloatNorm.Norm.static ApfloatApfloatMath.pi(long precision) Calculates π.static ApfloatApfloatMath.pi(long precision, int radix) Calculates π.FixedPrecisionApfloatHelper.pi()π.FixedPrecisionApfloatHelper.pi(int radix) π.static ApfloatApfloatMath.pochhammer(Apfloat x, Apfloat n) Pochhammer symbol.FixedPrecisionApfloatHelper.pochhammer(Apfloat x, Apfloat n) Pochhammer symbol.static ApfloatPolygamma function.Polygamma function.static ApfloatPolylogarithm.Polylogarithm.static ApfloatInteger power.static ApfloatArbitrary power.Integer power.Power.Apfloat.precision(long precision) Returns an apfloat with the same value as this apfloat accurate to the specified precision.static ApfloatProduct of numbers.Product.static ApfloatApfloatMath.random(long digits) Generates a random number.static ApfloatApfloatMath.random(long digits, int radix) Generates a random number.FixedPrecisionApfloatHelper.random()Return a uniformly distributed random number0 ≤ x < 1.FixedPrecisionApfloatHelper.random(int radix) Return a uniformly distributed random number0 ≤ x < 1.static ApfloatApfloatMath.randomGaussian(long digits) Generates a random, Gaussian ("normally") distributed number value with mean 0 and standard deviation 1.static ApfloatApfloatMath.randomGaussian(long digits, int radix) Generates a random, Gaussian ("normally") distributed number value with mean 0 and standard deviation 1.FixedPrecisionApfloatHelper.randomGaussian()Return a normally distributed random number with mean 0 and standard deviation 1.FixedPrecisionApfloatHelper.randomGaussian(int radix) Return a normally distributed random number with mean 0 and standard deviation 1.Apcomplex.real()Returns the real part of this apcomplex.Apfloat.real()Real part of this apfloat.Real part.static ApfloatPositive integer root.Root.static ApfloatApfloatMath.round(Apfloat x, long precision, RoundingMode roundingMode) Deprecated.static ApfloatAprationalMath.round(Aprational x, long precision, RoundingMode roundingMode) Deprecated.FixedPrecisionApfloatHelper.round(Apfloat x, RoundingMode roundingMode) Deprecated.FixedPrecisionApfloatHelper.roundToInteger(Apfloat x, RoundingMode roundingMode) Round to integer with specified rounding mode.static ApfloatApfloatMath.roundToMultiple(Apfloat x, Apfloat y, RoundingMode roundingMode) Roundsxto the nearest multiple ofyusing the specified rounding mode.FixedPrecisionApfloatHelper.roundToMultiple(Apfloat x, Apfloat y, RoundingMode roundingMode) Round to multiple with specified rounding mode.static ApfloatApfloatMath.roundToPlaces(Apfloat x, long places, RoundingMode roundingMode) Roundsxto the specified number of places using the specified rounding mode.static ApfloatAprationalMath.roundToPlaces(Aprational x, long places, RoundingMode roundingMode) Roundsxto the specified number of places using the specified rounding mode.FixedPrecisionApfloatHelper.roundToPlaces(Apfloat x, long places, RoundingMode roundingMode) Round to specified number of places with specified rounding mode.static ApfloatApfloatMath.roundToPrecision(Apfloat x, long precision, RoundingMode roundingMode) Rounds the given number to the specified precision with the specified rounding mode.static ApfloatAprationalMath.roundToPrecision(Aprational x, long precision, RoundingMode roundingMode) Rounds the given number to the specified precision with the specified rounding mode.FixedPrecisionApfloatHelper.roundToPrecision(Apfloat x, RoundingMode roundingMode) Round to precision with specified rounding mode.static ApfloatMultiply by a power of the radix.Move the radix point.static ApfloatSine.Sine.static ApfloatSinc.Sinc.static ApfloatHyperbolic sine.Hyperbolic sine.static ApfloatApfloatMath.sinhIntegral(Apfloat x) Hyperbolic sine integral.FixedPrecisionApfloatHelper.sinhIntegral(Apfloat x) Hyperbolic sine integral.static ApfloatApfloatMath.sinIntegral(Apfloat x) Sine integral.FixedPrecisionApfloatHelper.sinIntegral(Apfloat x) Sine integral.static ApfloatSquare root.Square root.Subtracts two apfloats.Subtraction.static ApfloatSum of numbers.Sum.static ApfloatTangent.Tangent.static ApfloatHyperbolic tangent.Hyperbolic tangent.static ApfloatConverts an angle measured in radians to degrees.Convert radians to degrees.static ApfloatConverts an angle measured in degrees to radians.Convert degrees to radians.Apfloat.toRadix(int radix) Convert this apfloat to the specified radix.Truncate fractional part.static ApfloatReturns the unit in the last place of the argument, considering the scale and precision.static ApfloatReturns the unit in the last place of the argument, considering the scale and precision.Unit in the last place.Unit in the last place.Returns the value with the specified precision.static ApfloatLambert W function.Lambert W function.static ApfloatRiemann zeta function.static ApfloatHurwitz zeta function.Riemann zeta function.Hurwitz zeta function.Methods in org.apfloat with parameters of type ApfloatModifier and TypeMethodDescriptionstatic ApfloatAbsolute value.Absolute value.static ApfloatInverse cosine.Arc cosine.static ApfloatInverse hyperbolic cosine.Hyperbolic arc cosine.Adds two apfloats.Addition.static ApfloatArithmetic-geometric mean.Arithmetic-geometric mean.static ApfloatAiry function Ai.Airy function Ai.static ApfloatApfloatMath.airyAiPrime(Apfloat x) Derivative of the Airy function Ai.FixedPrecisionApfloatHelper.airyAiPrime(Apfloat x) Derivative of the Airy function Ai.static ApfloatAiry function Bi.Airy function Bi.static ApfloatApfloatMath.airyBiPrime(Apfloat x) Derivative of the Airy function Bi.FixedPrecisionApfloatHelper.airyBiPrime(Apfloat x) Derivative of the Airy function Bi.static ApfloatInverse sine.Arc sine.static ApfloatInverse hyperbolic sine.Hyperbolic arc sine.static ApfloatInverse tangent.Arc tangent.static ApfloatConverts cartesian coordinates to polar coordinates.Angle of point.static ApfloatInverse hyperbolic tangent.Hyperbolic arc tangent.static ApfloatApfloatMath.bernoulliB(long n, Apfloat x) Bernoulli polynomial.FixedPrecisionApfloatHelper.bernoulliB(long n, Apfloat x) Bernoulli polynomial.static ApfloatModified Bessel function of the first kind.Modified Bessel function of the first kind.static ApfloatBessel function of the first kind.Bessel function of the first kind.static ApfloatModified Bessel function of the second kind.Modified Bessel function of the second kind.static ApfloatBessel function of the second kind.Bessel function of the second kind.static ApfloatBeta function.static ApfloatIncomplete beta function.static ApfloatGeneralized incomplete beta function.Beta function.Incomplete beta function.Generalized incomplete beta function.static ApfloatBinomial coefficient.Binomial coefficient.static ApfloatCube root.Cube root.static ApintCeiling function.Ceiling function.static ApfloatApfloatMath.chebyshevT(Apfloat ν, Apfloat x) Chebyshev function of the first kind.FixedPrecisionApfloatHelper.chebyshevT(Apfloat ν, Apfloat x) Chebyshev function of the first kind.static ApfloatApfloatMath.chebyshevU(Apfloat ν, Apfloat x) Chebyshev function of the second kind.FixedPrecisionApfloatHelper.chebyshevU(Apfloat ν, Apfloat x) Chebyshev function of the second kind.intCompare this apfloat to the specified apfloat.intCompare this apint to the specified apfloat.intCompare this aprational to the specified apfloat.static Apint[]ApfloatMath.continuedFraction(Apfloat x, int n) Generates the firstnterms in the continued fraction representation ofx.Apfloat[]FixedPrecisionApfloatHelper.continuedFraction(Apfloat x, int n) Continued fraction.static Aprational[]ApfloatMath.convergents(Apfloat x, int n) Generates the firstnconvergents corresponding to the continued fraction ofx.Apfloat[]FixedPrecisionApfloatHelper.convergents(Apfloat x, int n) Convergents.static ApfloatCopy sign from one argument to another.Copies the sign from one number to another.static ApfloatCosine.Cosine.static ApfloatHyperbolic cosine.Hyperbolic cosine.static ApfloatApfloatMath.coshIntegral(Apfloat x) Hyperbolic cosine integral.FixedPrecisionApfloatHelper.coshIntegral(Apfloat x) Hyperbolic cosine integral.static ApfloatApfloatMath.cosIntegral(Apfloat x) Cosine integral.FixedPrecisionApfloatHelper.cosIntegral(Apfloat x) Cosine integral.static ApfloatDigamma function.Digamma function.Divides two apfloats.Division.static ApfloatComplete elliptic integral of the second kind.Complete elliptic integral of the second kind.static ApfloatComplete elliptic integral of the first kind.Complete elliptic integral of the first kind.longApfloat.equalDigits(Apfloat x) Computes number of equal digits.static ApfloatError function.Error function.static ApfloatComplementary error function.Complementary error function.static ApfloatImaginary error function.Imaginary error function.static ApfloatEuler polynomial.Euler polynomial.static ApfloatExponent function.Exponential function.static ApfloatApfloatMath.expIntegralE(Apfloat ν, Apfloat x) Exponential integral E.FixedPrecisionApfloatHelper.expIntegralE(Apfloat ν, Apfloat x) Exponential integral E.static ApfloatApfloatMath.expIntegralEi(Apfloat x) Exponential integral Ei.FixedPrecisionApfloatHelper.expIntegralEi(Apfloat x) Exponential integral Ei.static ApfloatFibonacci function.Fibonacci function.static ApintFloor function.Floor function.static ApfloatReturns x modulo y.Modulus.static ApfloatExtracts fractional part.Extract fractional part.static ApfloatFresnel integral C.Fresnel integral C.static ApfloatFresnel integral S.Fresnel integral S.static ApfloatGamma function.static ApfloatIncomplete gamma function.static ApfloatGeneralized incomplete gamma function.Gamma function.Incomplete gamma function.Generalized incomplete gamma function.static ApfloatApfloatMath.gegenbauerC(Apfloat ν, Apfloat x) Renormalized Gegenbauer function.static ApfloatApfloatMath.gegenbauerC(Apfloat ν, Apfloat λ, Apfloat x) Gegenbauer function.FixedPrecisionApfloatHelper.gegenbauerC(Apfloat ν, Apfloat x) Renormalized Gegenbauer function.FixedPrecisionApfloatHelper.gegenbauerC(Apfloat ν, Apfloat λ, Apfloat x) Gegenbauer function.static ApfloatApfloatMath.harmonicNumber(Apfloat x) Harmonic number.static ApfloatApfloatMath.harmonicNumber(Apfloat x, Apfloat r) Generalized harmonic number.FixedPrecisionApfloatHelper.harmonicNumber(Apfloat x) Harmonic number.FixedPrecisionApfloatHelper.harmonicNumber(Apfloat x, Apfloat r) Generalized harmonic number.static ApfloatHermite function.Hermite function.static ApfloatApfloatMath.hypergeometric0F1(Apfloat a, Apfloat x) Confluent hypergeometric function 0F1.FixedPrecisionApfloatHelper.hypergeometric0F1(Apfloat a, Apfloat x) Confluent hypergeometric function 0F1.static ApfloatApfloatMath.hypergeometric0F1Regularized(Apfloat a, Apfloat x) Regularized confluent hypergeometric function 0F̃1.FixedPrecisionApfloatHelper.hypergeometric0F1Regularized(Apfloat a, Apfloat x) Regularized confluent hypergeometric function 0F̃1.static ApfloatApfloatMath.hypergeometric1F1(Apfloat a, Apfloat b, Apfloat x) Kummer confluent hypergeometric function 1F1.FixedPrecisionApfloatHelper.hypergeometric1F1(Apfloat a, Apfloat b, Apfloat x) Kummer confluent hypergeometric function 1F1.static ApfloatApfloatMath.hypergeometric1F1Regularized(Apfloat a, Apfloat b, Apfloat x) Regularized Kummer confluent hypergeometric function 1F̃1.FixedPrecisionApfloatHelper.hypergeometric1F1Regularized(Apfloat a, Apfloat b, Apfloat x) Regularized Kummer confluent hypergeometric function 1F̃1.static ApfloatApfloatMath.hypergeometric2F1(Apfloat a, Apfloat b, Apfloat c, Apfloat x) Hypergeometric function 2F1.FixedPrecisionApfloatHelper.hypergeometric2F1(Apfloat a, Apfloat b, Apfloat c, Apfloat x) Hypergeometric function 2F1.static ApfloatApfloatMath.hypergeometric2F1Regularized(Apfloat a, Apfloat b, Apfloat c, Apfloat x) Regularized hypergeometric function 2F̃1.FixedPrecisionApfloatHelper.hypergeometric2F1Regularized(Apfloat a, Apfloat b, Apfloat c, Apfloat x) Regularized hypergeometric function 2F̃1.static ApfloatApfloatMath.hypergeometricU(Apfloat a, Apfloat b, Apfloat x) Tricomi's confluent hypergeometric function U.FixedPrecisionApfloatHelper.hypergeometricU(Apfloat a, Apfloat b, Apfloat x) Tricomi's confluent hypergeometric function U.static ApfloatApfloatMath.inverseErf(Apfloat x) Inverse error function.FixedPrecisionApfloatHelper.inverseErf(Apfloat x) Inverse error function.static ApfloatApfloatMath.inverseErfc(Apfloat x) Inverse complementary error function.FixedPrecisionApfloatHelper.inverseErfc(Apfloat x) Inverse complementary error function.static ApfloatApfloatMath.inverseRoot(Apfloat x, long n) Inverse positive integer root.static ApfloatApfloatMath.inverseRoot(Apfloat x, long n, long targetPrecision) Inverse positive integer root.static ApfloatApfloatMath.inverseRoot(Apfloat x, long n, long targetPrecision, Apfloat initialGuess) Inverse positive integer root.static ApfloatApfloatMath.inverseRoot(Apfloat x, long n, long targetPrecision, Apfloat initialGuess, long initialPrecision) Inverse positive integer root.FixedPrecisionApfloatHelper.inverseRoot(Apfloat x, long n) Inverse root.static ApfloatJacobi function.Jacobi function.static ApfloatLaguerre function.static ApfloatGeneralized Laguerre function.Laguerre function.Generalized Laguerre function.static ApfloatLegendre function.static ApfloatAssociated Legendre function of the first kind.Legendre function.Associated Legendre function of the first kind.static ApfloatLegendre function of the second kind.static ApfloatAssociated Legendre function of the second kind.Legendre function of the second kind.Associated Legendre function of the second kind.static ApfloatNatural logarithm.static ApfloatLogarithm in arbitrary base.Natural logarithm.Logarithm in specified base.static ApfloatLogarithm of the gamma function.Logarithm of the gamma function.static ApfloatApfloatMath.logIntegral(Apfloat x) Logarithmic integral.FixedPrecisionApfloatHelper.logIntegral(Apfloat x) Logarithmic integral.static ApfloatApfloatMath.logisticSigmoid(Apfloat x) Logistic sigmoid.FixedPrecisionApfloatHelper.logisticSigmoid(Apfloat x) Logistic sigmoid.static ApfloatReturns the greater of the two values.Maximum value.static ApfloatReturns the smaller of the two values.Minimum value.Calculates the remainder when divided by an apfloat.Modulus.static Apfloat[]Split to integer and fractional parts.Apfloat[]Split to integer and fractional parts.Multiplies two apfloats.Multiplication.static ApfloatApfloatMath.multiplyAdd(Apfloat a, Apfloat b, Apfloat c, Apfloat d) Fused multiply-add.FixedPrecisionApfloatHelper.multiplyAdd(Apfloat a, Apfloat b, Apfloat c, Apfloat d) Fused multiply-add.static ApfloatApfloatMath.multiplySubtract(Apfloat a, Apfloat b, Apfloat c, Apfloat d) Fused multiply-subtract.FixedPrecisionApfloatHelper.multiplySubtract(Apfloat a, Apfloat b, Apfloat c, Apfloat d) Fused multiply-subtract.static ApfloatDeprecated.Usenegate().Negation.static ApfloatReturns the number adjacent to the first argument in the direction of the second argument, considering the scale and precision of the first argument.The number adjacent to the first argument in the direction of the second argument.static ApfloatReturns the number adjacent to the argument in the direction of negative infinity, considering the scale and precision of the argument.The adjacent value closer to negative infinity.static ApfloatReturns the number adjacent to the argument in the direction of positive infinity, considering the scale and precision of the argument.The adjacent value closer to positive infinity.static ApfloatApfloatMath.pochhammer(Apfloat x, Apfloat n) Pochhammer symbol.FixedPrecisionApfloatHelper.pochhammer(Apfloat x, Apfloat n) Pochhammer symbol.static ApfloatPolygamma function.Polygamma function.static ApfloatPolylogarithm.Polylogarithm.static ApfloatInteger power.static ApfloatArbitrary power.Integer power.Power.booleanApfloat.preferCompare(Apfloat x) Tests if the comparison withequalsandcompareToshould be done in the opposite order.booleanAprational.preferCompare(Apfloat x) static ApfloatProduct of numbers.Product.static ApfloatPositive integer root.Root.static ApfloatApfloatMath.round(Apfloat x, long precision, RoundingMode roundingMode) Deprecated.FixedPrecisionApfloatHelper.round(Apfloat x, RoundingMode roundingMode) Deprecated.static ApintApfloatMath.roundToInteger(Apfloat x, RoundingMode roundingMode) Roundsxto integer using the specified rounding mode.FixedPrecisionApfloatHelper.roundToInteger(Apfloat x, RoundingMode roundingMode) Round to integer with specified rounding mode.static ApfloatApfloatMath.roundToMultiple(Apfloat x, Apfloat y, RoundingMode roundingMode) Roundsxto the nearest multiple ofyusing the specified rounding mode.FixedPrecisionApfloatHelper.roundToMultiple(Apfloat x, Apfloat y, RoundingMode roundingMode) Round to multiple with specified rounding mode.static ApfloatApfloatMath.roundToPlaces(Apfloat x, long places, RoundingMode roundingMode) Roundsxto the specified number of places using the specified rounding mode.FixedPrecisionApfloatHelper.roundToPlaces(Apfloat x, long places, RoundingMode roundingMode) Round to specified number of places with specified rounding mode.static ApfloatApfloatMath.roundToPrecision(Apfloat x, long precision, RoundingMode roundingMode) Rounds the given number to the specified precision with the specified rounding mode.FixedPrecisionApfloatHelper.roundToPrecision(Apfloat x, RoundingMode roundingMode) Round to precision with specified rounding mode.static ApfloatMultiply by a power of the radix.Move the radix point.static ApfloatSine.Sine.static ApfloatSinc.Sinc.static ApfloatHyperbolic sine.Hyperbolic sine.static ApfloatApfloatMath.sinhIntegral(Apfloat x) Hyperbolic sine integral.FixedPrecisionApfloatHelper.sinhIntegral(Apfloat x) Hyperbolic sine integral.static ApfloatApfloatMath.sinIntegral(Apfloat x) Sine integral.FixedPrecisionApfloatHelper.sinIntegral(Apfloat x) Sine integral.static ApfloatSquare root.Square root.Subtracts two apfloats.Subtraction.static ApfloatSum of numbers.Sum.static ApfloatTangent.Tangent.static ApfloatHyperbolic tangent.Hyperbolic tangent.booleanTests two apfloat numbers for equality.booleanbooleanstatic ApfloatConverts an angle measured in radians to degrees.Convert radians to degrees.static ApfloatConverts an angle measured in degrees to radians.Convert degrees to radians.static ApintTruncates fractional part.Truncate fractional part.static ApfloatReturns the unit in the last place of the argument, considering the scale and precision.Unit in the last place.Returns the value with the specified precision.static ApfloatLambert W function.Lambert W function.static ApfloatRiemann zeta function.static ApfloatHurwitz zeta function.Riemann zeta function.Hurwitz zeta function.Constructors in org.apfloat with parameters of type Apfloat -
Uses of Apfloat in org.apfloat.jscience
Constructors in org.apfloat.jscience with parameters of type ApfloatModifierConstructorDescriptionApfloatField(Apfloat value) Constructs a new floating-point field object with the specified value.FixedPrecisionApfloatField(Apfloat value, FixedPrecisionApfloatHelper helper) Constructs a new floating-point field object with the specified value. -
Uses of Apfloat in org.apfloat.samples
Methods in org.apfloat.samples that return ApfloatModifier and TypeMethodDescriptionPi.BinarySplittingSeries.a(long n) Binary splitting term.Pi.ChudnovskyBinarySplittingSeries.a(long n) Pi.RamanujanBinarySplittingSeries.a(long n) Pi.BorweinPiCalculator.execute()Calculate pi using the Borweins' quartic iteration.Pi.ChudnovskyPiCalculator.execute()Calculate pi using the Chudnovskys' binary splitting algorithm.Pi.GaussLegendrePiCalculator.execute()Calculate pi using the Gauss-Legendre iteration.Pi.RamanujanPiCalculator.execute()Calculate pi using the Ramanujan binary splitting algorithm.PiDistributed.DistributedChudnovskyPiCalculator.execute()PiDistributed.DistributedRamanujanPiCalculator.execute()PiParallel.ParallelChudnovskyPiCalculator.execute()PiParallel.ParallelRamanujanPiCalculator.execute()ApfloatHolder.getApfloat()Return the apfloat contained in this bean.Pi.BinarySplittingSeries.p(long n) Binary splitting term.Pi.ChudnovskyBinarySplittingSeries.p(long n) Pi.RamanujanBinarySplittingSeries.p(long n) Pi.BinarySplittingSeries.q(long n) Binary splitting term.Pi.ChudnovskyBinarySplittingSeries.q(long n) Pi.RamanujanBinarySplittingSeries.q(long n) Methods in org.apfloat.samples that return types with arguments of type ApfloatModifier and TypeMethodDescriptionPiAWT.getOperation(long precision, int radix) Get the calculation operation to execute.PiParallelAWT.getOperation(long precision, int radix) Methods in org.apfloat.samples with parameters of type ApfloatModifier and TypeMethodDescriptionvoidApfloatHolder.setApfloat(Apfloat apfloat) Set the apfloat contained in this bean.Method parameters in org.apfloat.samples with type arguments of type ApfloatModifier and TypeMethodDescriptionstatic voidExecute an operation and display some additional information.Constructors in org.apfloat.samples with parameters of type ApfloatModifierConstructorDescriptionApfloatHolder(Apfloat apfloat) Construct an ApfloatHolder containing the specified apfloat.
negate().