Modify ↓
Opened 6 years ago
Closed 6 years ago
#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:1 by , 6 years ago
comment:4 by , 6 years ago
| 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: