Function fmpq_gcd

Source
pub unsafe extern "C" fn fmpq_gcd(
    res: *mut fmpq,
    op1: *mut fmpq,
    op2: *mut fmpq,
)