Function z3_sys::Z3_mk_power[][src]

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

Create an AST node representing arg1 ^ arg2.

The arguments must have int or real type.