GNU Multiple Precision

Коментарии

Автор:
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
2011-11-15 19:38:47
http://php5.kiev.ua/manual/ru/book.gmp.html

    Поддержать сайт на родительском проекте КГБ