﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
502	Autoit adds 0.09999999997 instead of 0.01	anonymous		"After adding 0.01 to $c few times, $c will be incremented by 0.999999 instead of 0.01

{{{
$c = 0
$inc = 0.01

Do
 $c += $inc
Until $c > 14
ConsoleWrite('$c = ' & $c & @crlf)
}}}


Output:

{{{
+>14:50:40 AU3Check ended.rc:0
>Running:(3.2.12.1):C:\Program Files\AutoIt3\autoit3.exe ""C:\Documents and Settings\shithole\Desktop\bug.au3""    
$c = 14.0099999999997
+>14:50:41 AutoIT3.exe ended.rc:0
}}}


Windows XP SP3
AutoIt V3.2.12.1

Best regards
"	Bug	closed		AutoIt	3.2.12.0	Blocking	No Bug	count	
