(a: FPRef, b: FPRef, ctx: Context | None = None)
| 3410 | |
| 3411 | |
| 3412 | def fpLT(a: FPRef, b: FPRef, ctx: Context | None = None) -> BoolRef: |
| 3413 | return _fp_pred("fpLT", a, b) |
| 3414 | |
| 3415 | |
| 3416 | def fpGEQ(a: FPRef, b: FPRef, ctx: Context | None = None) -> BoolRef: |