Equal Numbers: Difference between revisions
(Fixed Typo) |
-u ndefined- (talk | contribs) m (Link related articles) |
||
Line 25: | Line 25: | ||
: [[File:Equal_nan_inf.png|thumb|none|NaN and Infinity are not equal to themselves]] | : [[File:Equal_nan_inf.png|thumb|none|NaN and Infinity are not equal to themselves]] | ||
== Related == | |||
* [[Equal Vectors]] | |||
* [[Equal Truths]] | |||
* [[Equal Objects]] | |||
[[Category:Blocks]] | [[Category:Blocks]] |
Revision as of 13:34, 29 July 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 if they are not.

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.