Skip to main content

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: *const acb_poly_struct,
    B: *const acb_poly_struct,
    prec: slong,
) -> c_int