python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Javascript: prevent parseFloat from converting large number to scientific notation
I have some data in a node app which are numbers in string format. I'm trying to parse them and round off to 3 decimals by parseFloat(num).toFixed(3). Since the numbers are very large, it is automatic...

Sai Krishna
Votes: 0
Answers: 1
This Java code is running perfectly in IDE but not on codechef. Can anyone tell me why this exception is coming?
It's working fine in IDE but got null pointer exception on Codechef.
on the second line "parseFloat" it's getting null pointer exception
can anyone solve this issue?
BufferedRead...
Sarthak Kumar Mishra
Votes: 0
Answers: 1