MCPcopy Create free account
hub / github.com/Z3Prover/z3 / mkFPRoundingModeSort

Method mkFPRoundingModeSort

src/api/java/Context.java:3633–3636  ·  view source on GitHub ↗

Create the floating-point RoundingMode sort. @throws Z3Exception

()

Source from the content-addressed store, hash-verified

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.

Callers 2

floatingPointExample2Method · 0.80
floatingPointExample2Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected