acb_poly_divrem

Function acb_poly_divrem 

Source
pub unsafe extern "C" fn acb_poly_divrem(
    Q: *mut acb_poly_struct,
    R: *mut acb_poly_struct,
    A: *mut acb_poly_struct,
    B: *mut acb_poly_struct,
    prec: mp_limb_signed_t,
) -> c_int