feat(mpz_sgn): Proved correctness of function mpz_sgn.

This commit is contained in:
xiaoh105
2025-06-22 19:10:35 +08:00
parent f4db688a30
commit 3a102d0d65
6 changed files with 382 additions and 5 deletions

View File

@ -93,7 +93,7 @@ unsigned int mpn_sub (unsigned int *, unsigned int *, int, unsigned int *, int);
void mpz_clear (mpz_t r);
int mpz_sgn (const mpz_t);
int mpz_sgn (const mpz_t u);
void mpz_neg (mpz_t, const mpz_t);
void mpz_swap (mpz_t, mpz_t);