Big Integers ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • casa

    Big Integers ?

    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

    #2
    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:



    Regards,
    Erwin Moller

    Comment

    • casa

      #3
      Re: Big Integers ?

      Thanks,

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

      Regards

      Comment

      Working...