[BUG] Compiler do not evaluate denormalized Float correctly (gradual underflow)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[BUG] Compiler do not evaluate denormalized Float correctly (gradual underflow)

Nicolas Cellier-3
"In Dolphin X6, Try:"
Float readFrom: '1.0e-316' readStream.

"Then try:"
Compiler evaluate: '1.0e-316'.

"Result should be the same and differ from zero..."

"Nicolas"