Skip to main content

Z3_rcf_coefficient

Function Z3_rcf_coefficient 

Source
pub unsafe extern "C" fn Z3_rcf_coefficient(
    c: Z3_context,
    a: Z3_rcf_num,
    i: c_uint,
) -> Option<Z3_rcf_num>
Expand description

Extract a coefficient from an algebraic number.

ยงPreconditions

  • Z3_rcf_is_algebraic(ctx, a);