_n_poly_mod_div

Function _n_poly_mod_div 

Source
pub unsafe extern "C" fn _n_poly_mod_div(
    Q: *mut n_poly_struct,
    A: *mut n_poly_struct,
    B: *mut n_poly_struct,
    mod_: nmod_t,
)