There:
[ This attachment cannot be displayed inline in 'Print Page' view ]
There:
[ This attachment cannot be displayed inline in 'Print Page' view ]
The difference here and the wiki is the +/- in the picture...
Singles goes from -3.4E38 to -1.4E-45, and then from +1.4E+45 to +3.4E+38...
It’s from a large negative number, to almost zero, and then from almost zero to a large positive number.
The way the wiki is wrote, it seems as if this would work:
IF value >= -1.4E-45 AND value <= 3.4E38 THEN value_type = SINGLE
Only problem with that: value = -128 — by the boundaries above, value wouldn’t be a valid SINGLE. -128 is < -1.4E-45...