DESCRIPTION
Decimal Plugin adds a new number type, Decimal, to REALbasic 2008 and higher. Decimal can handle big numbers whose size is only limited by available memory. Decimal can be freely mixed with REALbasic's numeric types. The Decimal type can exactly represent any finite decimal. One can think of a Decimal as two numbers (i, e), where i is an integer of any length, and e is of Integer type and is the exponent for base ten. That is:
(i, e) = i x 10^e
Decimal Plugin is released under the GNU LGPL.
WHAT'S NEW
Version 2.0 is now compatible with REALbasic 2008. It uses the gmp-4.2.4 multi-precision libraries.
REQUIREMENTS
REALbasic 2008 or later.
|
OTHER PEOPLE SUGGEST No similar products suggested yetSuggest something else: |