Create the floating-point RoundingMode sort. @throws Z3Exception
()
| 3631 | * @throws Z3Exception |
| 3632 | **/ |
| 3633 | public FPRMSort mkFPRoundingModeSort() |
| 3634 | { |
| 3635 | return new FPRMSort(this); |
| 3636 | } |
| 3637 | |
| 3638 | /** |
| 3639 | * Create a numeral of RoundingMode sort which represents the NearestTiesToEven rounding mode. |
no outgoing calls
no test coverage detected