﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2810	handling of some float numbers	anonymous		"wierd internal rounding.

{{{
$n1=0.9999999999999995
$n2=0.9999999999999996
$n3=0.99999999999999994449919099999
$n4=0.999999999999999944499191
ConsoleWrite('IsInt($n1)='&IsInt($n1)&'; $n1='&$n1&@cr) ;IsInt($n1)=0; $n1=0.999999999999999
ConsoleWrite('IsInt($n2)='&IsInt($n2)&'; $n2='&$n2&@cr) ;IsInt($n2)=0; $n2=1
ConsoleWrite('IsInt($n3)='&IsInt($n3)&'; $n3='&$n3&@cr) ;IsInt($n3)=0; $n3=1
ConsoleWrite('IsInt($n4)='&IsInt($n4)&'; $n4='&$n4&@cr) ;IsInt($n4)=1; $n4=1
}}}
"	Bug	closed		AutoIt	3.3.12.0	None	No Bug		
