acb_poly_shift_left

Function acb_poly_shift_left 

Source
pub unsafe extern "C" fn acb_poly_shift_left(
    res: *mut acb_poly_struct,
    poly: *mut acb_poly_struct,
    n: mp_limb_signed_t,
)