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

Method isRatNum

src/api/java/Expr.java:294–297  ·  view source on GitHub ↗

Indicates whether the term is a real numeral. @throws Z3Exception on error @return a boolean

()

Source from the content-addressed store, hash-verified

292 * @return a boolean
293 **/
294 public boolean isRatNum()
295 {
296 return isNumeral() && isReal();
297 }
298
299 /**
300 * Indicates whether the term is an algebraic number

Callers

nothing calls this directly

Calls 2

isNumeralMethod · 0.95
isRealMethod · 0.95

Tested by

no test coverage detected