[][src]Function antic::nmod_poly_powers_mod_naive

pub unsafe extern "C" fn nmod_poly_powers_mod_naive(
    res: *mut nmod_poly_struct,
    f: *mut nmod_poly_struct,
    n: mp_limb_signed_t,
    g: *mut nmod_poly_struct
)