Indicates whether the term is an algebraic number @throws Z3Exception on error @return a boolean
()
| 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. |
no test coverage detected