pub unsafe extern "C" fn Z3_is_algebraic_number(
    c: Z3_context,
    a: Z3_ast
) -> Z3_bool
Expand description

Return true if the given AST is a real algebraic number.