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

Method mkFP

src/api/java/Context.java:3909–3912  ·  view source on GitHub ↗

Create a numeral of FloatingPoint sort from a float. @param v numeral value. @param s FloatingPoint sort. @throws Z3Exception

(float v, FPSort s)

Source from the content-addressed store, hash-verified

3907 * @throws Z3Exception
3908 **/
3909 public FPNum mkFP(float v, FPSort s)
3910 {
3911 return mkFPNumeral(v, s);
3912 }
3913
3914 /**
3915 * Create a numeral of FloatingPoint sort from a double.

Callers 2

floatingPointExample2Method · 0.80
floatingPointExample2Method · 0.80

Calls 3

mkFPNumeralMethod · 0.95
nCtxMethod · 0.95
getNativeObjectMethod · 0.80

Tested by

no test coverage detected