Modify ↓
Opened on Apr 15, 2013 at 7:21:12 PM
Closed on Apr 16, 2013 at 7:29:17 AM
Last modified on Apr 16, 2013 at 7:41:09 AM
#2332 closed Bug (No Bug)
Uncertainty in the calculations
| Reported by: | Owned by: | ||
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.8.1 | Severity: | None |
| Keywords: | Cc: | Arses |
Description
Discrepancy appears for certain values of the variables.
example:
$a = 47 * 0.01
$b = 0.47
If $a <> $b Then MsgBox(0, "Report", $a - $b, 0)
Attachments (0)
Change History (2)
comment:1 by , on Apr 16, 2013 at 7:29:17 AM
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

In fact when using Float calculation you cannot expect more than 15 digits precision.
That's true under any computer environnment not just AutoIt
NO Bug