﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3770	Invalid calculation when using exponential form	anonymous		"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."	Bug	closed		AutoIt	3.3.14.0	None	Duplicate		
