| 326 | } |
| 327 | |
| 328 | void fxBigIntCoerce(txMachine* the, txSlot* slot) |
| 329 | { |
| 330 | fxToBigInt(the, slot, 1); |
| 331 | } |
| 332 | |
| 333 | txBoolean fxBigIntCompare(txMachine* the, txBoolean less, txBoolean equal, txBoolean more, txSlot* left, txSlot* right) |
| 334 | { |
no test coverage detected