Equal Numbers
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_.
If high precision is required, the following script can be used