Function mpz_kronecker

Source
pub unsafe extern "C" fn mpz_kronecker(
    a: mpz_srcptr,
    b: mpz_srcptr,
) -> c_int
Expand description