gmp库(多精度计算)
- gmp_abs()
- Absolutevalue
- gmp_add()
- Addnumbers
- gmp_and()
- BitwiseAND
- gmp_binomial()
- Calculatesbinomialcoefficient
- gmp_clrbit()
- Clearbit
- gmp_cmp()
- Comparenumbers
- gmp_com()
- Calculatesone'scomplement
- gmp_div_q()
- Dividenumbers
- gmp_div_qr()
- Dividenumbersandgetquotientandremainder
- gmp_div_r()
- Remainderofthedivisionofnumbers
- gmp_div()
- 别名gmp_div_q()
- gmp_divexact()
- Exactdivisionofnumbers
- gmp_export()
- Exporttoabinarystring
- gmp_fact()
- Factorial
- gmp_gcd()
- CalculateGCD
- gmp_gcdext()
- CalculateGCDandmultipliers
- gmp_hamdist()
- Hammingdistance
- gmp_import()
- Importfromabinarystring
- gmp_init()
- CreateGMPnumber
- gmp_intval()
- ConvertGMPnumbertointeger
- gmp_invert()
- Inversebymodulo
- gmp_jacobi()
- Jacobisymbol
- gmp_kronecker()
- Kroneckersymbol
- gmp_lcm()
- CalculateLCM
- gmp_legendre()
- Legendresymbol
- gmp_mod()
- Modulooperation
- gmp_mul()
- Multiplynumbers
- gmp_neg()
- Negatenumber
- gmp_nextprime()
- Findnextprimenumber
- gmp_or()
- BitwiseOR
- gmp_perfect_power()
- Perfectpowercheck
- gmp_perfect_square()
- Perfectsquarecheck
- gmp_popcount()
- Populationcount
- gmp_pow()
- Raisenumberintopower
- gmp_powm()
- Raisenumberintopowerwithmodulo
- gmp_prob_prime()
- Checkifnumberis"probablyprime"
- gmp_random_bits()
- Randomnumber
- gmp_random_range()
- Randomnumber
- gmp_random_seed()
- SetstheRNGseed
- gmp_random()
- Randomnumber
- gmp_root()
- Taketheintegerpartofnthroot
- gmp_rootrem()
- Taketheintegerpartandremainderofnthroot
- gmp_scan0()
- Scanfor0
- gmp_scan1()
- Scanfor1
- gmp_setbit()
- Setbit
- gmp_sign()
- Signofnumber
- gmp_sqrt()
- Calculatesquareroot
- gmp_sqrtrem()
- Squarerootwithremainder
- gmp_strval()
- ConvertGMPnumbertostring
- gmp_sub()
- Subtractnumbers
- gmp_testbit()
- Testsifabitisset
- gmp_xor()
- BitwiseXOR