Top Level :: Math

Package Information: Math_Basex 0.1

Show All Changelogs
» Version » Information
0.3 2003-10-21     stable
0.2 2002-12-13     stable
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.