Connecting Tech Pros Worldwide Forums | Help | Site Map

Big Integers ?

casa
Guest
 
Posts: n/a
#1: Jan 31 '06
Hi all,

I need to use big integers (numbers with 28 digits in base 10) but
don't find any way to do so in PHP. Is there any library I could use?

Thanks


Erwin Moller
Guest
 
Posts: n/a
#2: Jan 31 '06

re: Big Integers ?


casa wrote:
[color=blue]
> Hi all,
>
> I need to use big integers (numbers with 28 digits in base 10) but
> don't find any way to do so in PHP. Is there any library I could use?
>
> Thanks[/color]

Hi,

try bc:

http://www.php.net/manual/ref.bc.php3

Regards,
Erwin Moller
casa
Guest
 
Posts: n/a
#3: Jan 31 '06

re: Big Integers ?


Thanks,

I also found http://fr2.php.net/manual/en/ref.gmp.php.

Regards

Closed Thread


Similar PHP bytes