Function z3_sys::Z3_mk_unary_minus[][src]

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

Create an AST node representing - arg.

The arguments must have int or real type.