bro arithmetic issue - int, double, count

Hi,

I’m having a strange issue regarding arithmetic of large numbers :

local a = 1.054929e+10;

is the type of a = double ?

thanks
B

You can check the type by using the "type_name" built-in function:

print type_name(a);