Skip to main content

arb_poly_divrem

Function arb_poly_divrem 

Source
pub unsafe extern "C" fn arb_poly_divrem(
    Q: *mut arb_poly_struct,
    R: *mut arb_poly_struct,
    A: *const arb_poly_struct,
    B: *const arb_poly_struct,
    prec: slong,
) -> c_int