I want to convert a number having 20 precision and 2 scale value using parseFloat() function, but when the value of integer part and fractional part exceeds to 14 and 3 respectively (eg. 55555555555555.33552), its not working properly.
Can anyone tell me the reason behind this or correct me if I am wrong.
Thank you.