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

Method isAlgebraicNumber

src/api/java/Expr.java:304–307  ·  view source on GitHub ↗

Indicates whether the term is an algebraic number @throws Z3Exception on error @return a boolean

()

Source from the content-addressed store, hash-verified

302 * @return a boolean
303 **/
304 public boolean isAlgebraicNumber()
305 {
306 return Native.isAlgebraicNumber(getContext().nCtx(), getNativeObject());
307 }
308
309 /**
310 * Indicates whether the term has Boolean sort.

Callers 1

createMethod · 0.80

Calls 3

nCtxMethod · 0.80
getContextMethod · 0.80
getNativeObjectMethod · 0.80

Tested by

no test coverage detected