[Gambas-user] could it be a BUG?

tetsuo tetsuo at ...756...
Mon Jan 2 18:02:29 CET 2006


hi Benoit,
i met this problem with aritmetical operations with gambas 1.9.23 and 
OLD releases...


<CODE>

DIM tempBUG AS Float

   tempBUG = 200 * 0.07
   tempBUG = tempBUG - 14
   PRINT tempBUG

</CODE>

print-result on the gambas console is '1,7763568394E-15' , but it would 
  be '0'


help me please.

Regards.




More information about the User mailing list