I have a problem: a number is showing in scientific notation if it has 8 or more digits before the decimal point.
Is there a simple way to convert this number to decimal via a library or something?
I began creating a manual method to parse it out, but it seems overcomplicated.
Any help will be appreciated.
input example: 1.0225556677556E7
Edit: I also need to be able to identify a number that is in scientific notation