[][src]Function z3_sys::Z3_algebraic_power

pub unsafe extern "C" fn Z3_algebraic_power(
    c: Z3_context,
    a: Z3_ast,
    k: c_uint
) -> Z3_ast

Return the a^k

Preconditions:

  • Z3_algebraic_is_value(c, a)

Postconditions:

  • Z3_algebraic_is_value(c, result)

See also: