Hi,
Anyone noticed the when defining a double variable
var fullDistance: Double =14999834456;
That the editor will display this as 1.499983+e10.
e.g. Will reduce this to the precision of a float.
Is this intended… or something most people wont ever encounter.