mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-12 09:44:24 +02:00
add mostly
This commit is contained in:
@@ -38,7 +38,7 @@ machWas()
|
|||||||
3; // = 3
|
3; // = 3
|
||||||
1.5; // = 1.5
|
1.5; // = 1.5
|
||||||
|
|
||||||
// Alle grundlegenden arithmetischen Operationen arbeiten wie erwartet.
|
// Beinahe alle grundlegenden arithmetischen Operationen arbeiten wie erwartet.
|
||||||
1 + 1; // = 2
|
1 + 1; // = 2
|
||||||
0.1 + 0.2; // = 0.30000000000000004
|
0.1 + 0.2; // = 0.30000000000000004
|
||||||
10 * 2; // = 20
|
10 * 2; // = 20
|
||||||
|
Reference in New Issue
Block a user