- max(Rational...) - Static method in class com.ekarp.math.Rational
-
Takes the maximum of the rationals.
- max(Iterable<Rational>) - Static method in class com.ekarp.math.Rational
-
Takes the maximum of the rationals.
- min(Rational...) - Static method in class com.ekarp.math.Rational
-
Takes the minimum of the rationals.
- min(Iterable<Rational>) - Static method in class com.ekarp.math.Rational
-
Takes the minimum of the rationals.
- mod(Rational) - Method in class com.ekarp.math.Rational
-
Returns this value modded by the given rational.
- mod(BigInteger) - Method in class com.ekarp.math.Rational
-
Returns this value modded by the given big integer.
- mod(BigDecimal) - Method in class com.ekarp.math.Rational
-
Returns this value modded by the given big decimal.
- mod(long) - Method in class com.ekarp.math.Rational
-
Returns this value modded by the given long.
- multiply(Rational) - Method in class com.ekarp.math.Rational
-
Multiplies the two rationals together, returning a new rational.
- multiply(BigInteger) - Method in class com.ekarp.math.Rational
-
Multiplies the rational with the big integer, returning a new rational.
- multiply(BigDecimal) - Method in class com.ekarp.math.Rational
-
Multiplies the rational with the big decimal, returning a new rational.
- multiply(long) - Method in class com.ekarp.math.Rational
-
Multiplies the rational with the long, returning a new rational.