LOG IN
BEGINNER GUIDES
|
PHP CLASSES
|
CODE SEARCH
|
ARTICLES SEARCH
|
PHP FORUMS
|
PHP MANUAL
|
PHP FUNCTIONS LIST
|
WEB SITE TEMPLATES
Start typing to search for PHP and MySQL Code Snippets and Articles
Submit Your Code
SEO Monitor
UpTime Monitor
PHP Code Contest
My Favorite Examples
My Favorite Articles
Update Your Profile
More Weber Sites
PHP Code Search
Web Development Forums
Learn MySQL Playing Trivia
PHPBB2 Templates
Web Development Index
PHP Web Logs (BLogs)
Web Development Resources
Web Development Content
Recommended Links
PHPClasses
PHP Editor
PHP Jobs
Vision.To Design
Ajax Tutorials
PHP Programming Help
PHP/MySQL Programming
Webmaster Resources
Webmaster Forum
XML meta language
website builder
Recommended
Submit Site
Forex Trading
Online forex trading platform
GMP Functions
GMP
gmp_abs
GMP
PHP Manual
GMP Functions
See Also
More mathematical functions can be found in the
Mathematical Extensions
section
Table of Contents
gmp_abs
— Absolute value
gmp_add
— Add numbers
gmp_and
— Bitwise AND
gmp_clrbit
— Clear bit
gmp_cmp
— Compare numbers
gmp_com
— Calculates one's complement
gmp_div_q
— Divide numbers
gmp_div_qr
— Divide numbers and get quotient and remainder
gmp_div_r
— Remainder of the division of numbers
gmp_div
— Alias of gmp_div_q
gmp_divexact
— Exact division of numbers
gmp_fact
— Factorial
gmp_gcd
— Calculate GCD
gmp_gcdext
— Calculate GCD and multipliers
gmp_hamdist
— Hamming distance
gmp_init
— Create GMP number
gmp_intval
— Convert GMP number to integer
gmp_invert
— Inverse by modulo
gmp_jacobi
— Jacobi symbol
gmp_legendre
— Legendre symbol
gmp_mod
— Modulo operation
gmp_mul
— Multiply numbers
gmp_neg
— Negate number
gmp_nextprime
— Find next prime number
gmp_or
— Bitwise OR
gmp_perfect_square
— Perfect square check
gmp_popcount
— Population count
gmp_pow
— Raise number into power
gmp_powm
— Raise number into power with modulo
gmp_prob_prime
— Check if number is "probably prime"
gmp_random
— Random number
gmp_scan0
— Scan for 0
gmp_scan1
— Scan for 1
gmp_setbit
— Set bit
gmp_sign
— Sign of number
gmp_sqrt
— Calculate square root
gmp_sqrtrem
— Square root with remainder
gmp_strval
— Convert GMP number to string
gmp_sub
— Subtract numbers
gmp_testbit
— Tests if a bit is set
gmp_xor
— Bitwise XOR
GMP
gmp_abs
GMP
PHP Manual