n_poly_mod_rem

Function n_poly_mod_rem 

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