Function z3_sys::Z3_get_numerator

source ·
pub unsafe extern "C" fn Z3_get_numerator(
    c: Z3_context,
    a: Z3_ast
) -> Z3_ast
Expand description

Return the numerator (as a numeral AST) of a numeral AST of sort Real.

Preconditions:

  • Z3_get_ast_kind(c, a) == AstKind::Numeral

See also: