Function z3_sys::Z3_algebraic_power [] [src]

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

Return the a^k

  • Precondition: Z3_algebraic_is_value(c, a)
  • Postcondition: Z3_algebraic_is_value(c, result)

See also: