Double class

Marcus Denker denker at iam.unibe.ch
Wed Jun 30 14:34:06 UTC 2004


Am 30.06.2004 um 14:48 schrieb Martin Kuball:

> Hi!
>
> I'm just wondering if anybody ever tried to write a Double class to
> support 64 bit floating point calculations in squeak.
>
>
The Class-Comment of class Float says:

My instances represent IEEE-754 floating-point double-precision numbers.

So Float is already 64 bit, FloatArray uses single prec. 32bit.

      Marcus




More information about the Squeak-dev mailing list