PHP GMP Functions Complete Reference
The GMP function uses arbitrary-length integers to perform mathematical operations. The GMP function contains the GMP number as an argument.
The complete list of GMP functions are given below:
- PHP | gmp_abs() Function
- PHP | gmp_add() Function
- PHP | gmp_clrbit() Function
- PHP | gmp_cmp() Function
- PHP | gmp_com() Function
- PHP | gmp_div_q() Function
- PHP | gmp_div_qr() Function
- PHP | gmp_div_r() Function
- PHP | gmp_divexact() Function
- PHP | gmp_export() function
- PHP | gmp_fact() Function
- PHP | gmp_gcd() Function
- PHP | gmp_gcdext() function
- PHP | gmp_hamdist() Function
- PHP | gmp_import() Function
- PHP | gmp_intval() Function
- PHP | gmp_invert() Function
- PHP | gmp_jacobi() Function
- PHP | gmp_legendre() Function
- PHP | gmp_mod() Function
- PHP | gmp_mul() Function
- PHP | gmp_neg() Function
- PHP | gmp_nextprime() Function
- PHP | gmp_perfect_square() Function
- PHP | gmp_popcount() Function
- PHP | gmp_pow() Function
- PHP | gmp_prob_prime() Function
- PHP | gmp_random_bits() Function
- PHP | gmp_random_range() Function
- PHP | gmp_random_seed() Function
- PHP | gmp_root() Function
- PHP | gmp_rootrem() Function
- PHP | gmp_scan0() Function
- PHP | gmp_scan1() Function
- PHP | gmp_setbit() Function
- PHP | gmp_sign() Function
- PHP | gmp_sqrt() Function
- PHP | gmp_sqrtrem() Function
- PHP | gmp_strval() Function
- PHP | gmp_sub() Function
- PHP | gmp_testbit() Function
- PHP | gmp_xor() Function
- PHP | gmp_random() Function