• Cursussen
  • Code Compiler
  • Discussiëren
  • Prijzen
  • Teams
Menu
0

Why is output 0.3 instead of 0.30?

let sum = 0.1+0.2; console.log(+sum.toFixed(2));

javascripttofixed
18th Nov 2019, 11:29 AM
IlyaVerem
IlyaVerem - avatar
3 Antwoorden
+ 9
IlyaVerem This is because 0.1+0.2 is 0.30000000000000004 and by fixed it in 2 fraction value it will return 0.30 https://www.sololearn.com/discuss/1093191/?ref=app https://www.sololearn.com/discuss/1137574/?ref=app https://www.sololearn.com/discuss/1288636/?ref=app https://www.sololearn.com/discuss/374762/?ref=app
18th Nov 2019, 11:46 AM
GAWEN STEASY
GAWEN STEASY - avatar
+ 1
Remove the Plus (+)
18th Nov 2019, 11:45 AM
Jônatas Araripe
Jônatas Araripe - avatar
0
I know that it happened because of plus. I'm wondering why)
18th Nov 2019, 12:43 PM
IlyaVerem
IlyaVerem - avatar

Heb je vaak vragen zoals deze?

Leer efficiënter, gratis:

  • Inleiding tot Python

    7,1 miljoen leerlingen

  • Inleiding tot Java

    4,7 miljoen leerlingen

  • Inleiding tot C

    1,5 miljoen leerlingen

  • Inleiding tot HTML

    7,5 miljoen leerlingen

Bekijk alle cursussen
Populair vandaag
Is it possible to convert .zip file to apk? If yes, how??
1 Votes
I think the heart system is ridiculous, 5 hearts that refill after like 5 hours? That is really just crazy to me.
1 Votes
Why can’t I use double “ in python?
0 Votes
What do you think of this code and what are your suggestions for developing and modifying it?, How can I develop myself more?
0 Votes
Is pro worth the money ?
2 Votes
Coding for Cybersecurity
0 Votes
Pointers in c#
0 Votes
2 cases not correct what's the problem
1 Votes
You’re free to give me your advice! 🚨
0 Votes
Salut tout le monde
1 Votes