(Context ctx, RatNum r)
| 1129 | } |
| 1130 | |
| 1131 | void bigIntCheck(Context ctx, RatNum r) |
| 1132 | { |
| 1133 | System.out.println("Num: " + r.getBigIntNumerator()); |
| 1134 | System.out.println("Den: " + r.getBigIntDenominator()); |
| 1135 | } |
| 1136 | |
| 1137 | // / Find a model for <code>x xor y</code>. |
| 1138 |
no test coverage detected