[][src]Function z3_sys::Z3_mk_unary_minus

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

Create an AST node representing - arg.

The arguments must have int or real type.