Cursussen
InloggenBegin met het leren van AI
Cursussen
InloggenBegin met het leren van AI
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
How many time I can use sololearn trial mode?
2 Votes
Ошибка в приложении Sololearn
1 Votes
Is anyone else experiencing this Sololearn issue?
0 Votes
NEO V2.0
1 Votes
Did sololearn helped you to get easier a job?
1 Votes
Sololearn course
1 Votes
solo learn program issue - iPhone?
1 Votes
Is it possible to write Rust code that is as compact and expressive as Python?
0 Votes
Bug sur le deuxième cours de python
1 Votes
I am learning javascript intrmdt but when I play a code challenge. The app is givin me comlecated questions with less time.why?
0 Votes