http://pear.php.net/
pear-webmaster@lists.php.netpear-webmaster@lists.php.neten-usLatest releases of math_basexThe latest releases for the package math_basexMath_Basex 0.3.1
http://pear.php.net/package/Math_Basex/download/0.3.1/
QA Release<br />
Upgrade package.xml to verison 2.0 [saltybeagle]
2009年09月20日T22:22:12-05:00saltybeagleMath_Basex 0.3
http://pear.php.net/package/Math_Basex/download/0.3/
ATTENTION: BC BREAK - Class named changed from Basex to Math_Basex<br />
- Support for PHP extentions, detected automaticly for easy usage<br />
- stdBase for standard set of characters (for binary, decimal, heximal, etc number bases)<br />
- singleton support<br />
- Quick base convert using the baseConvert function<br />
<br />
Changes provided by Stefan Walk.
2003年10月20日T20:46:00-05:00zyprexiaMath_Basex 0.2
http://pear.php.net/package/Math_Basex/download/0.2/
The maximum number that can be used is different per platform.<br />
If your long (int4) integer is too short and your platform doesn't<br />
provide int8 (64-bit) integers, try converting your numbers to a double.<br />
Doubles are also 8-bytes. This way you can use int8 integers.<br />
<br />
You may want to run the integer-test.php test script to check whether your platform supports int8.
2002年12月13日T08:04:00-05:00zyprexiaMath_Basex 0.1
http://pear.php.net/package/Math_Basex/download/0.1/
The maximum number that can be used is different per platform.<br />
If your long (int4) integer is too short and your platform doesn't<br />
provide int8 (64-bit) integers, try converting your numbers to a double.<br />
Doubles are also 8-bytes. This way you can use int8 integers.
2002年12月12日T18:36:00-05:00zyprexia