Open neerajsonii opened 6 years ago
Facing Conversion error while converting "2.2e+21" , it returns me 22 but it should be 2200 and same for "1.5e+21" gives 15 should be 1500.
scientificToDecimal("2.2e+21") returns "22000000000000000000"for me
scientificToDecimal("2.2e+21")
"22000000000000000000"
Facing Conversion error while converting "2.2e+21" , it returns me 22 but it should be 2200 and same for "1.5e+21" gives 15 should be 1500.