nmod_poly_shift_right

Function nmod_poly_shift_right 

Source
pub unsafe extern "C" fn nmod_poly_shift_right(
    res: *mut nmod_poly_struct,
    poly: *mut nmod_poly_struct,
    k: mp_limb_signed_t,
)