Searched defs:BoundedRational (Results 1 - 1 of 1) sorted by relevance

/packages/apps/ExactCalculator/src/com/android/calculator2/
H A DBoundedRational.java28 * We currently never return null for a pure integer or for a BoundedRational that has just been
34 public class BoundedRational { class
44 public BoundedRational(BigInteger n, BigInteger d) { method in class:BoundedRational
49 public BoundedRational(BigInteger n) { method in class:BoundedRational
54 public BoundedRational(long n, long d) { method in class:BoundedRational
59 public BoundedRational(long n) { method in class:BoundedRational
78 final BoundedRational nicer = reduce().positiveDen();
86 public static String toString(BoundedRational r) {
124 BoundedRational reduced = reduce();
151 private BoundedRational positiveDe
[all...]

Completed in 21 milliseconds