http://benji3up2kxewkqfcq7buxk2xd6zwy3zggnurkrm3l4cvwy2iipvyyad.onion/mirrors/gmpdoc/Integer-Division.html
This lets a program handle arithmetic exceptions in these functions the
same way as for normal C int arithmetic. Function: void mpz_cdiv_q (mpz_t q , const mpz_t n , const mpz_t d ) ¶ Function: void mpz_cdiv_r (mpz_t r , const mpz_t n , const mpz_t d ) ¶ Function: void mpz_cdiv_qr (mpz_t q , mpz_t r , const mpz_t n , const mpz_t d ) ¶ Function: unsigned long int mpz_cdiv_q_ui (mpz_t q , const mpz_t n , unsigned long int d ) ¶ Function:...