[Seaside-dev] Troubles with WANumberPrinter>>printFloat:on:

Michael Lucas-Smith mlucas-smith at cincom.com
Thu Jun 4 19:50:23 UTC 2009


Well I can report success on VisualWorks. Hopefully it'll work for all 
the other platforms too.

All tests are now green on VW.

Cheers,
Michael

Lukas Renggli wrote:
>> * multiplier -> 99.0
>>   "sign" (-1** 0) *
>>   "mantissa" (2r110001011111111111111111 * (2** -23)) *
>>   "exponent" (2** 6)
>>     
>
> Thank you, that's very helpful.
>
> Try the following, that's maybe better to avoid rounding errors:
>
> Name: Seaside-Platform-lr.68
> Author: lr
> Time: 4 June 2009, 9:43:33 pm
> UUID: d427cc35-e2bd-4aca-93e6-eca97f6d45f3
> Ancestors: Seaside-Platform-lr.67
>
> - a different, maybe more portable way to get correct rounding of the
> last fraction digit
>
>   



More information about the seaside-dev mailing list