Hello
Need technical support with math in AutoIt.
Result code below should be 0. but is 2.8421709430404e-014
$a = 3.99 - 3
ConsoleWrite(VarGetType($a) & ": " & $a & @CRLF)
$a *= 100
ConsoleWrite(VarGetType($a) & ": " & $a & @CRLF)
$a -= 99
ConsoleWrite(VarGetType($a) & ": " & $a & @CRLF)