commit
f401a67fd9
1 changed files with 3 additions and 3 deletions
|
@ -270,7 +270,7 @@ JavaScript doesn't trigger an error in such events. It does its best to fit the
|
|||
````
|
||||
|
||||
```smart header="Two zeroes"
|
||||
Another funny consequence of the internal representation of numbers is the existance of two zeroes: `0` and `-0`.
|
||||
Another funny consequence of the internal representation of numbers is the existence of two zeroes: `0` and `-0`.
|
||||
|
||||
That's because a sign is represented by a single bit, so every number can be positive or negative, including a zero.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue