[][src]Function z3_sys::Z3_mk_mod

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

Create an AST node representing arg1 mod arg2.

The arguments must have int type.