[][src]Function z3_sys::Z3_mk_rem

pub unsafe extern "C" fn Z3_mk_rem(
    c: Z3_context,
    arg1: Z3_ast,
    arg2: Z3_ast
) -> Z3_ast

Create an AST node representing arg1 rem arg2.

The arguments must have int type.