downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

導入> <bcsub
[edit] Last updated: Fri, 11 May 2012

view this page in

GNU Multiple Precision



add a note add a note User Contributed Notes GMP
Anonymous 16-Nov-2011 04:08
Be careful with GMP - it considers leading zeros in a number string as meaning the number is in octal, whereas 'bc' doesn't:

  gmp_strval("000100", 10) => 64

  bcmul("000100", "1") => 100

 
show source | credits | sitemap | contact | advertising | mirror sites