Top Level :: Math

Package Information: Math_Basex

Show All Changelogs
» Version » Information
0.3Download

Release date: 2003-10-21 00:46 UTC
Release state: stable

Changelog:

ATTENTION: BC BREAK - Class named changed from Basex to Math_Basex
- Support for PHP extentions, detected automaticly for easy usage
- stdBase for standard set of characters (for binary, decimal, heximal, etc number bases)
- singleton support
- Quick base convert using the baseConvert function

Changes provided by Stefan Walk.

0.2Download

Release date: 2002-12-13 13:04 UTC
Release state: stable

Changelog:

The maximum number that can be used is different per platform.
If your long (int4) integer is too short and your platform doesn't
provide int8 (64-bit) integers, try converting your numbers to a double.
Doubles are also 8-bytes. This way you can use int8 integers.

You may want to run the integer-test.php test script to check whether your platform supports int8.

0.1Download

Release date: 2002-12-12 23:36 UTC
Release state: stable

Changelog:

The maximum number that can be used is different per platform.
If your long (int4) integer is too short and your platform doesn't
provide int8 (64-bit) integers, try converting your numbers to a double.
Doubles are also 8-bytes. This way you can use int8 integers.