Hi there,
So I am trying to get a price of a cryptocurrency to BTC. The sites API only provides the price in scientific notation (e.g 1.7e-7).
So i tried using parseFloat, however when doing so it only returns 1.7e-7. I decided to experiment a bit and found that the limit is e-5.
My question is: Is there a way to get past this limit? Or maybe can I use another function?
Thanks,
salm2s
So I am trying to get a price of a cryptocurrency to BTC. The sites API only provides the price in scientific notation (e.g 1.7e-7).
So i tried using parseFloat, however when doing so it only returns 1.7e-7. I decided to experiment a bit and found that the limit is e-5.
My question is: Is there a way to get past this limit? Or maybe can I use another function?
Thanks,
salm2s