[squeak-dev] Float32Array weirdness

Stéphane Rollandin lecteur at zogotounga.net
Sat Feb 13 14:34:40 UTC 2021


Hello all,

In the latest trunk image, #at:put: in Float32Array seems to miss the 
fractional part:

| floatArray  |
(floatArray := Float32Array new: 4) at: 2 put: 2.3.
floatArray

	==>  a Float32Array(0.0 2.0 0.0 0.0)


Stef


More information about the Squeak-dev mailing list