logo
pub unsafe extern "C" fn mpn_gcd(
    rp: *mut limb_t,
    xp: *mut limb_t,
    xn: size_t,
    yp: *mut limb_t,
    yn: size_t
) -> size_t
Expand description

See: mpn_gcd