Uses of Class
org.apfloat.Apint
-
Packages that use Apint Package Description org.apfloat The apfloat Application Programming Interface (API).org.apfloat.calc Arbitrary precision calculator interactive application. -
-
Uses of Apint in org.apfloat
Fields in org.apfloat declared as Apint Modifier and Type Field Description private ApintAprational. denominatorprivate ApintContinuedFractionHelper.ContinuedFractionIterator. iprivate ApintLambertWHelper. minusOneprivate ApintAprational. numeratorApintHypergeometricHelper.Hypergeometric2F1Helper. oneprivate ApintHypergeometricHelper. oneprivate ApintLambertWHelper. oneprivate ApintZetaHelper. onestatic ApintApcomplex. ONEConstant for one.(package private) static Apint[]Apcomplex. ONESApintGCDHelper.Matrix. r11ApintGCDHelper.Matrix. r12ApintGCDHelper.Matrix. r21ApintGCDHelper.Matrix. r22private ApintLambertWHelper. threeprivate ApintBesselHelper. twoprivate ApintLambertWHelper. twoprivate ApintZetaHelper. twoprivate ApintHypergeometricHelper. zerostatic ApintApcomplex. ZEROConstant for zero.(package private) static Apint[]Apcomplex. ZEROSMethods in org.apfloat that return Apint Modifier and Type Method Description (package private) ApintApint. abs()static ApintApintMath. abs(Apint x)Absolute value.ApintApint. add(Apint x)Adds two apints.private static Apint[]GCDHelper. binaryDivide(Apint a, Apint b)private static ApintHurwitzZetaHelper. binarySearch(Apcomplex s, Apcomplex a, long precision, long targetScale)static ApintApintMath. binomial(long n, long k)Binomial coefficient.static ApintApintMath. binomial(long n, long k, int radix)Binomial coefficient.static ApintApintMath. binomial(Apint n, Apint k)Binomial coefficient.static Apint[]ApintMath. cbrt(Apint x)Cube root and remainder.ApintApfloat. ceil()Ceiling function.static ApintApfloatMath. ceil(Apfloat x)Ceiling function.ApintApint. ceil()Ceiling function.ApintAprational. ceil()Ceiling function.private static ApintGCDHelper. cmod(Apint a, Apint m)static Apint[]ApfloatMath. continuedFraction(Apfloat x, int n)Generates the firstnterms in the continued fraction representation ofx.static Apint[]AprationalMath. continuedFraction(Aprational x, int n)Generates the firstnterms in the continued fraction representation ofx.static ApintApintMath. copySign(Apint x, Apint y)Copy sign from one argument to another.ApintApint. denominator()Denominator of this aprational.ApintAprational. denominator()Denominator of this aprational.static Apint[]ApintMath. div(Apint x, Apint y)Quotient and remainder.ApintApint. divide(Apint x)Divides two apints.static ApintApintMath. doubleFactorial(long n)Double factorial function.static ApintApintMath. doubleFactorial(long n, int radix)Double factorial function.private static ApintGCDHelper. elementaryGcd(Apint a, Apint b)static ApintApintMath. factorial(long n)Factorial function.static ApintApintMath. factorial(long n, int radix)Factorial function.ApintApfloat. floor()Floor function.static ApintApfloatMath. floor(Apfloat x)Floor function.ApintApint. floor()Floor function.ApintAprational. floor()Floor function.ApintApint. frac()Returns the fractional part.static ApintApintMath. gcd(Apint a, Apint b)Greatest common divisor.static ApintGCDHelper. gcd(Apint a, Apint b)private static Apint[]AprationalMath. harmonicNumber(Apint n, Apint m, long r)static ApintApintMath. lcm(Apint a, Apint b)Least common multiple.static ApintApintMath. max(Apint x, Apint y)Returns the greater of the two values.static ApintApintMath. min(Apint x, Apint y)Returns the smaller of the two values.ApintApint. mod(Apint x)Calculates the remainder when divided by an apint.private static ApintApintMath. modInverse(Apint a, Apint m)static ApintApintMath. modMultiply(Apint a, Apint b, Apint m)Modular multiplication.private static ApintApintMath. modMultiply(Apint x1, Apint x2, Apint y, Apfloat inverseY)static ApintApintMath. modPow(Apint a, Apint b, Apint m)Modular power.ApintApint. multiply(Apint x)Multiplies two apints.private static ApintGCDHelper.Matrix. multiplyAdd(Apint a, Apint b, Apint c, Apint d)ApintApint. negate()Negative value.static ApintApintMath. negate(Apint x)Deprecated.Usenegate().ApintContinuedFractionHelper.ContinuedFractionIterator. next()ApintApint. numerator()Numerator of this aprational.ApintAprational. numerator()Numerator of this aprational.private static ApintApintMath. pochhammer(long n, long m, int radix)private static ApintApintMath. pochhammer(Apint n, Apint m)static ApintApintMath. pow(Apint x, long n)Integer power.private static ApintGCDHelper. powerOfTwo(long n)private static ApintApintMath. powXMinus1(Apint pow, Apint x, long n)private static ApintApintMath. powXPlus1(Apint pow, Apint x, long n)static ApintApintMath. product(Apint... x)Product of numbers.static ApintApintMath. random(long digits)Generates a random number.static ApintApintMath. random(long digits, int radix)Generates a random number.private static ApintGCDHelper. recursiveGcd(Apint a, Apint b)static Apint[]ApintMath. root(Apint x, long n)Positive integer root and remainder.(package private) ApintApfloat. roundAway()(package private) ApintApint. roundAway()(package private) ApintAprational. roundAway()static ApintApfloatMath. roundToInteger(Apfloat x, java.math.RoundingMode roundingMode)Roundsxto integer using the specified rounding mode.static ApintAprationalMath. roundToInteger(Aprational x, java.math.RoundingMode roundingMode)Roundsxto integer using the specified rounding mode.static ApintRoundingHelper. roundToInteger(Apfloat x, java.math.RoundingMode roundingMode)static ApintApintMath. scale(Apint x, long scale)Multiply by a power of the radix.static Apint[]ApintMath. sqrt(Apint x)Square root and remainder.ApintApint. subtract(Apint x)Subtracts two apints.static ApintApintMath. sum(Apint... x)Sum of numbers.ApintApint. toRadix(int radix)Convert this apint to the specified radix.ApintApfloat. truncate()Truncates fractional part.static ApintApfloatMath. truncate(Apfloat x)Truncates fractional part.ApintApint. truncate()Truncates fractional part.ApintAprational. truncate()Truncates fractional part.Methods in org.apfloat that return types with arguments of type Apint Modifier and Type Method Description static java.util.Iterator<Apint>ContinuedFractionHelper. continuedFraction(Apfloat x)static java.util.Iterator<Apint>ContinuedFractionHelper. continuedFraction(Aprational x)Methods in org.apfloat with parameters of type Apint Modifier and Type Method Description static ApintApintMath. abs(Apint x)Absolute value.ApintApint. add(Apint x)Adds two apints.private static Apint[]GCDHelper. binaryDivide(Apint a, Apint b)static ApintApintMath. binomial(Apint n, Apint k)Binomial coefficient.static Apint[]ApintMath. cbrt(Apint x)Cube root and remainder.private static ApintGCDHelper. cmod(Apint a, Apint m)intApint. compareTo(Apint x)Compare this apint to the specified apint.static ApintApintMath. copySign(Apint x, Apint y)Copy sign from one argument to another.static Apint[]ApintMath. div(Apint x, Apint y)Quotient and remainder.ApintApint. divide(Apint x)Divides two apints.private static ApintGCDHelper. elementaryGcd(Apint a, Apint b)private static ApcomplexApcomplexMath. fresnelTerm(Apint one, Apfloat half, Apfloat invSqrtPi, Apcomplex iz2, Apcomplex iHalfPiZ2)static ApintApintMath. gcd(Apint a, Apint b)Greatest common divisor.static ApintGCDHelper. gcd(Apint a, Apint b)private static GCDHelper.HalfGcdTypeGCDHelper. halfBinaryGcd(Apint a, Apint b, long k)static AprationalAprationalMath. harmonicNumber(Apint n)Harmonic number.static AprationalAprationalMath. harmonicNumber(Apint n, Apint r)Generalized harmonic number.private static Apint[]AprationalMath. harmonicNumber(Apint n, Apint m, long r)private static ApcomplexHurwitzZetaHelper. I(Apcomplex s, Apcomplex a, Apint N)private static booleanRoundingHelper. isEven(Apint x)static ApintApintMath. lcm(Apint a, Apint b)Least common multiple.static longApfloatHelper. longValueExact(Apint x)static ApintApintMath. max(Apint x, Apint y)Returns the greater of the two values.static ApintApintMath. min(Apint x, Apint y)Returns the smaller of the two values.ApintApint. mod(Apint x)Calculates the remainder when divided by an apint.private static ApintApintMath. modInverse(Apint a, Apint m)static ApintApintMath. modMultiply(Apint a, Apint b, Apint m)Modular multiplication.private static ApintApintMath. modMultiply(Apint x1, Apint x2, Apint y, Apfloat inverseY)static ApintApintMath. modPow(Apint a, Apint b, Apint m)Modular power.ApintApint. multiply(Apint x)Multiplies two apints.private static ApintGCDHelper.Matrix. multiplyAdd(Apint a, Apint b, Apint c, Apint d)static ApintApintMath. negate(Apint x)Deprecated.Usenegate().private static ApintApintMath. pochhammer(Apint n, Apint m)static AprationalAprationalMath. pochhammer(Aprational x, Apint n)Pochhammer symbol.static ApintApintMath. pow(Apint x, long n)Integer power.private static ApintApintMath. powXMinus1(Apint pow, Apint x, long n)private static ApintApintMath. powXPlus1(Apint pow, Apint x, long n)static ApintApintMath. product(Apint... x)Product of numbers.private static ApfloatHurwitzZetaHelper. R(Apcomplex s, Apcomplex a, Apint N, long M)private static ApintGCDHelper. recursiveGcd(Apint a, Apint b)static Apint[]ApintMath. root(Apint x, long n)Positive integer root and remainder.static ApintApintMath. scale(Apint x, long scale)Multiply by a power of the radix.private static ApcomplexApcomplexMath. sphericalHarmonicY(Apint n, Apint m, Apcomplex ϑ, Apcomplex ϕ)static Apint[]ApintMath. sqrt(Apint x)Square root and remainder.ApintApint. subtract(Apint x)Subtracts two apints.protected abstract TContinuedFractionHelper.ContinuedFractionIterator. subtract(T x, Apint y)static ApintApintMath. sum(Apint... x)Sum of numbers.private static ApcomplexHurwitzZetaHelper. T(Apcomplex s, Apcomplex a, Apint N, long M)booleanApint. test(Apint x)Tests two apint numbers for equality.static java.math.BigIntegerApfloatHelper. toBigInteger(Apint x)private static longGCDHelper. v(Apint a)Method parameters in org.apfloat with type arguments of type Apint Modifier and Type Method Description static java.util.Iterator<Aprational>ContinuedFractionHelper. convergents(java.util.Iterator<Apint> continuedFraction, int radix)Constructors in org.apfloat with parameters of type Apint Constructor Description Aprational(Apint value)Construct an integer aprational whose denominator is one.Aprational(Apint numerator, Apint denominator)Construct an aprational with the specified numerator and denominator.Matrix(Apint r11, Apint r12, Apint r21, Apint r22) -
Uses of Apint in org.apfloat.calc
Methods in org.apfloat.calc that return Apint Modifier and Type Method Description private ApintApfloatCalculatorImpl.AprationalFunctions. root(Apint x, long y)Methods in org.apfloat.calc with parameters of type Apint Modifier and Type Method Description private ApintApfloatCalculatorImpl.AprationalFunctions. root(Apint x, long y)
-