¡@

Home 

php Programming Glossary: gmp

Calculating roots with bc_math or GMP

http://stackoverflow.com/questions/1522207/calculating-roots-with-bc-math-or-gmp

roots with bc_math or GMP I'm having trouble calculating roots of rather large numbers..

Convert MD5 to base62 for URL

http://stackoverflow.com/questions/1880169/convert-md5-to-base62-for-url

length numbers you must use either the bc_math or the GMP extension here is a function that uses the bc_math extension..

Working with large numbers in PHP

http://stackoverflow.com/questions/211345/working-with-large-numbers-in-php

the arbitrary length precision numbers BC Math and GMP . I personally prefer GMP as it's fresher and has richer API... precision numbers BC Math and GMP . I personally prefer GMP as it's fresher and has richer API. Based on GMP I've implemented.. prefer GMP as it's fresher and has richer API. Based on GMP I've implemented Decimal2 class for storing and processing currency..

Arithmetic with Arbitrarily Large Integers in PHP

http://stackoverflow.com/questions/37391/arithmetic-with-arbitrarily-large-integers-in-php

php integer share improve this question The PHP GMP extension will be better for this. As an added bonus you can..

The accuracy of PHP float calculate

http://stackoverflow.com/questions/3957705/the-accuracy-of-php-float-calculate

need high exact precision. In PHP check out BC Math or the GMP library. The latter will only work with integers but it has..

Doing exact real number arithmetic with PHP

http://stackoverflow.com/questions/4502588/doing-exact-real-number-arithmetic-with-php

functions http www.php.net manual en ref.bc.php Or the GMP functions although they seem to be integer only. http www.php.net..

How to generate random 64-bit value as decimal string

http://stackoverflow.com/questions/5301034/how-to-generate-random-64-bit-value-as-decimal-string

for working with 64 bit integers I'd recommend using the GMP library as it has a good range of functions to help you out...