Updated Equal Numbers.md (markdown)
commited
commit
b24c75f51dd24d2cb4d64895bf33cbd59dc0f65b
... | ... | @@ -2,10 +2,14 @@ |
2 | 2 | |
3 | 3 | Outputs `True` if both [[number]] inputs are equal, and false if they are not. |
4 | 4 | |
5 | [[/uploads/Screenshot_2022-02-15-09-49-13-04_6c69499164362a0dbe2f1dfe7c62199a.jpg]] |
|
6 | ||
5 | 7 | ## Notes |
6 | 8 | |
7 | The numbers do not have to be equal, they have to be _close enough_. |
|
9 | The numbers do not have to be actually equal to be considered equal, they have to be _close enough_. |
|
8 | 10 | |
9 | 11 | [[uploads/equal-not-precise.png]] |
10 | 12 | |
11 | [[/uploads/Screenshot_2022-02-15-09-49-13-04_6c69499164362a0dbe2f1dfe7c62199a.jpg]] |
|
... | ... | \ No newline at end of file |
0 | If high precision is required, the following script can be used |
|
1 | ||
2 | [[uploads/precise-equals.png]] |
|
... | ... | \ No newline at end of file |