Function z3_sys::Z3_mk_real2int[][src]

pub unsafe extern "C" fn Z3_mk_real2int(
    c: Z3_context,
    t1: Z3_ast
) -> Z3_ast
Expand description

Coerce a real to an integer.

The semantics of this function follows the SMT-LIB standard for the function to_int

See also: