Forum Discussion
cjhoward18
6 years agoEmployee
Hi @silvad33
It seems that the number in scientific notation has lost some degree of its precision from the original value that I am not sure how you could possibly get back.
In a Mapper Snap, the expression parseInt(3.02E+11)
will give you the value: 302000000000 getting rid of the scientific notation, but not the exact original value since the precision is gone in the scientific notation representation of the number.