Uses of Class
org.nevec.rjm.Rational
-
Packages that use Rational Package Description org.nevec.rjm -
-
Uses of Rational in org.nevec.rjm
Fields in org.nevec.rjm declared as Rational Modifier and Type Field Description static RationalRational. HALFThe constant 1/2static RationalRational. ZEROThe constant 0.Methods in org.nevec.rjm that return Rational Modifier and Type Method Description RationalRational. abs()Absolute value.RationalRational. add(int val)Add another integer.RationalRational. add(java.math.BigInteger val)Add another integer.RationalRational. add(Rational val)Add another fraction.RationalBernoulli. at(int n)The Bernoulli number at the index provided.static RationalRational. binomial(Rational n, int m)binomial (n choose m).static RationalRational. binomial(Rational n, java.math.BigInteger m)binomial (n choose m).static RationalBigIntegerMath. centrlFactNumt(int n, int k)The central factorial number t(n,k) number at the indices provided.static RationalBigIntegerMath. centrlFactNumT(int n, int k)The central factorial number T(n,k) number at the indices provided.RationalRational. clone()Create a copy.RationalRational. divide(int val)Divide by an integer.RationalRational. divide(java.math.BigInteger val)Divide by an integer.RationalRational. divide(Rational val)Divide by another fraction.static RationalRational. hankelSymb(Rational n, int k)Hankel's symbol (n,k)RationalRational. max(Rational val)Compares the value of this with another constant.RationalRational. min(Rational val)Compares the value of this with another constant.RationalRational. multiply(int val)Multiply by an integer.RationalRational. multiply(java.math.BigInteger val)Multiply by a BigInteger.RationalRational. multiply(Rational val)Multiply by another fraction.RationalRational. negate()Compute the negative.RationalRational. Pochhammer(int n)Compute pochhammer's symbol (this)_n.RationalRational. Pochhammer(java.math.BigInteger n)Compute Pochhammer's symbol (this)_n.RationalRational. pow(int exponent)Power to an integer.RationalRational. pow(java.math.BigInteger exponent)Power to an integer.RationalRational. pow(Rational exponent)Raise to a rational power.RationalIfactor. root(int r)Pulling the r-th root.RationalRational. root(java.math.BigInteger r)r-th root.static Rational[]BigIntegerMath. solve(java.math.BigInteger[][] A, java.math.BigInteger[] rhs)Solve a linear system of equations.RationalRational. subtract(int val)Subtract an integer.RationalRational. subtract(java.math.BigInteger val)Subtract an integer.RationalRational. subtract(Rational val)Subtract another fraction.Methods in org.nevec.rjm with parameters of type Rational Modifier and Type Method Description RationalRational. add(Rational val)Add another fraction.static RationalRational. binomial(Rational n, int m)binomial (n choose m).static RationalRational. binomial(Rational n, java.math.BigInteger m)binomial (n choose m).intRational. compareTo(Rational val)Compares the value of this with another constant.RationalRational. divide(Rational val)Divide by another fraction.static java.math.BigDecimalBigDecimalMath. Gamma(Rational q, java.math.MathContext mc)The Gamma function.static RationalRational. hankelSymb(Rational n, int k)Hankel's symbol (n,k)static java.math.BigIntegerRational. lcmDenom(Rational[] vals)Common lcm of the denominators of a set of rational values.static java.math.BigDecimalBigDecimalMath. log(Rational r, java.math.MathContext mc)The natural logarithm.RationalRational. max(Rational val)Compares the value of this with another constant.RationalRational. min(Rational val)Compares the value of this with another constant.RationalRational. multiply(Rational val)Multiply by another fraction.static java.math.BigDecimalBigDecimalMath. multiplyRound(java.math.BigDecimal x, Rational f)Multiply and round.RationalRational. pow(Rational exponent)Raise to a rational power.static java.math.BigDecimalBigDecimalMath. powRound(java.math.BigDecimal x, Rational q)Raise to a fractional power and round.protected voidBernoulli. set(int n, Rational value)Set a coefficient in the internal table.RationalRational. subtract(Rational val)Subtract another fraction.
-