Modify ↓
Opened on Jul 5, 2020 at 5:36:32 AM
Closed on Jul 7, 2020 at 7:15:12 AM
#3770 closed Bug (Duplicate)
Invalid calculation when using exponential form
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.14.0 | Severity: | None |
| Keywords: | Cc: |
Description
This mathematical expression returns into error:
$t=3e5+5e3
But this works fine:
$t=(3e5)+5e3
As well as this:
$t=3e5 +5e3
The difference between examples makes clear to understand the reason of error. Wrong interpretation of exponential form of a number if not using spaces or brackets for mathematical operation.
Attachments (0)
Change History (4)
comment:4 by , on Jul 7, 2020 at 7:15:12 AM
| Resolution: | → Duplicate |
|---|---|
| Status: | new → closed |
true I will close it as duplicate
Note:
See TracTickets
for help on using tickets.

Bug confirmed in 3.3.15.1 & 3.3.15.3
Also: