http://benji3up2kxewkqfcq7buxk2xd6zwy3zggnurkrm3l4cvwy2iipvyyad.onion/mirrors/gmpdoc/Float-Comparison.html
Next: Input and Output Functions , Previous: Arithmetic Functions , Up: Floating-point Functions [ Index ] 7.6 Comparison Functions Function: int mpf_cmp (const mpf_t op1 , const mpf_t op2 ) ¶ Function: int mpf_cmp_z (const mpf_t op1 , const mpz_t op2 ) ¶ Function: int mpf_cmp_d (const mpf_t op1 , double op2 ) ¶ Function: int mpf_cmp_ui (const mpf_t op1 , unsigned long int op2 ) ¶ Function: int mpf_cmp_si (const mpf_t op1 , signed long int op2 ) ¶ Compare op1 and op2 .