Equal Numbers

From Fancade Wiki
Revision as of 19:07, 16 May 2024 by Nikitaivanov (talk | contribs) (Created page with "/uploads/Equal Numbers.png Outputs `True` if both number inputs are equal, and false if they are not. File:Screenshot_2022-02-15-09-49-13-04_6c69499164362a0dbe2f1dfe7c62199a.jpg == Notes == The numbers do not have to be actually equal to be considered equal, they have to be _close enough_. File:equal-not-precise.png If high precision is required, the following script can be used File:precise-equals.png Category...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

/uploads/Equal Numbers.png

Outputs `True` if both number inputs are equal, and false if they are not.

File:Screenshot 2022-02-15-09-49-13-04 6c69499164362a0dbe2f1dfe7c62199a.jpg

Notes

The numbers do not have to be actually equal to be considered equal, they have to be _close enough_.

File:Equal-not-precise.png

If high precision is required, the following script can be used

File:Precise-equals.png