Changes between Initial Version and Version 1 of Ticket #2094, comment 7


Ignore:
Timestamp:
01/13/12 09:41:16 (12 years ago)
Author:
Jpm
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2094, comment 7

    initial v1  
    33it you want to be convinced that not just not return the left 4 just try
    44{{{
    5  MsgBox(0,"8/4.000000000000001",8/4.000000000000001)                            ; -> result 2
    6  MsgBox(0,"Hex(8/4.000000000000001,2)",Hex(8/4.000000000000001,2))                              ; -> result FE
    7  MsgBox(0,"Hex(8/4.000000000000001)",Hex(8/4.000000000000001))                          ; -> result 3FFFFFFFFFFFFFFE
     5 MsgBox(0,"8/4.000000000000001",8/4.000000000000001) ; -> result 2
     6 MsgBox(0,"Hex(8/4.000000000000001,2)",Hex(8/4.000000000000001,2)) ; -> result FE
     7 MsgBox(0,"Hex(8/4.000000000000001)",Hex(8/4.000000000000001))  ; -> result 3FFFFFFFFFFFFFFE
    88}}}