Release Name: 0.2.0
Notes:
Floating-Point Formats
Changes:
== 0.2.0 2009-08-06
* New redefined interface
* The sign in splitted form (sign, significand, exponent) now
have the sign as an integer +1,-1 rather than using the
internal representation (0, 1, etc.)
* Arithmetic is possible on FP values
* Requires Flt 1.0.0 and Nio 0.2.4
|