Exponential number to regular number.
Hi,
I have a requirement, where I have to sum up all the amount values, which are coming in lakhs,billions or with decimal values etc, the final amount is getting converted to Exponential number. I don't want that to be getting converted to exponential format. I want a regular number. Can you please share how to do that. here my currency is USD or GDP.
EX: 5.820536335555559E13
6.06375E7
1.84411675E8
-7.253685E7
-1.150023E8
with out loosing the precession I have to get the whole number. Please guide me on this requirement. Thanks in advance.