Uses of Class
org.nevec.rjm.Ifactor
-
Packages that use Ifactor Package Description org.nevec.rjm -
-
Uses of Ifactor in org.nevec.rjm
Fields in org.nevec.rjm declared as Ifactor Modifier and Type Field Description static IfactorIfactor. ONEstatic IfactorIfactor. ZEROMethods in org.nevec.rjm that return Ifactor Modifier and Type Method Description IfactorIfactor. add(java.math.BigInteger oth)Summation with another positive integerIfactorIfactor. clone()Deep copy.IfactorIfactor. divide(Ifactor oth)Integer division through another positive integer.IfactorIfactor. dropPrime()Divide through the highest possible power of the highest prime.IfactorIfactor. gcd(Ifactor oth)Greatest common divisor of this and oth.IfactorIfactor. lcm(Ifactor oth)Lowest common multiple of this with oth.static IfactorIfactor. max(java.util.Vector<Ifactor> set)Maximum of a list of values.IfactorIfactor. max(Ifactor oth)Maximum of two values.static IfactorIfactor. min(java.util.Vector<Ifactor> set)Minimum of a list of values.IfactorIfactor. min(Ifactor oth)Minimum of two values.protected IfactorIfactor. multGcdLcm(Ifactor oth, int type)Multiply with another positive integer.IfactorIfactor. multiply(int oth)Multiply with another positive integer.IfactorIfactor. multiply(java.math.BigInteger oth)Multiply with another positive integer.IfactorIfactor. multiply(Ifactor oth)Multiply with another positive integer.IfactorIfactor. pow(int exponent)Exponentiation with a positive integer.IfactorIfactor. sigma()Sum of the divisors of the number.IfactorIfactor. sigma(int k)Sum of the k-th powers of divisors of the number.IfactorFactorial. toIfactor(int n)Compute the factorial of the non-negative integer.Methods in org.nevec.rjm with parameters of type Ifactor Modifier and Type Method Description intIfactor. compareTo(Ifactor oth)Compare value against another IfactorIfactorIfactor. divide(Ifactor oth)Integer division through another positive integer.booleanIfactor. equals(Ifactor oth)Comparison of two numbers.IfactorIfactor. gcd(Ifactor oth)Greatest common divisor of this and oth.IfactorIfactor. lcm(Ifactor oth)Lowest common multiple of this with oth.IfactorIfactor. max(Ifactor oth)Maximum of two values.IfactorIfactor. min(Ifactor oth)Minimum of two values.protected IfactorIfactor. multGcdLcm(Ifactor oth, int type)Multiply with another positive integer.IfactorIfactor. multiply(Ifactor oth)Multiply with another positive integer.Method parameters in org.nevec.rjm with type arguments of type Ifactor Modifier and Type Method Description static IfactorIfactor. max(java.util.Vector<Ifactor> set)Maximum of a list of values.static IfactorIfactor. min(java.util.Vector<Ifactor> set)Minimum of a list of values.Constructors in org.nevec.rjm with parameters of type Ifactor Constructor Description Ifactor(Ifactor oth)Copy constructor.
-