Equal Numbers: Difference between revisions
-u ndefined- (talk | contribs) m (Include more relevant blocks) |
(Standartise description among all Equal X pages) Tags: Mobile edit Mobile web edit Advanced mobile edit |
||
Line 8: | Line 8: | ||
}} | }} | ||
Outputs | Outputs [[True]] if both [[number]] inputs are equal, and False otherwise. | ||
[[File:Equal Numbers example.jpg|frameless|center|Example]] | [[File:Equal Numbers example.jpg|frameless|center|Example]] |
Latest revision as of 00:37, 23 August 2025
Equal Numbers
Type | Script block |
Collider | None |
Folder | Math |
Ports | |
---|---|
Inputs | Num1 Num2 |
Outputs | Num1 = Num2 |
Outputs True if both number inputs are equal, and False otherwise.

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:
- You can check whether a number is valid by checking whether it is equal to itself.
nan
,inf
and-inf
are not considered equal to themselves because they represent a set of numbers.