Indicates whether the term is a real numeral. @throws Z3Exception on error @return a boolean
()
| 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 |