Jump to content

Min: Difference between revisions

130 bytes removed ,  17 July 2024
Moved some information to a different page
m (Adapt "Can I avoid using IF for X = Y statements?" article from old wiki)
(Moved some information to a different page)
 
Line 14: Line 14:
== Notes ==
== Notes ==


If one of the inputs are ''nan'', the other value will be outputted regardless. This can be used in conjunction with [[Divide]], to create an equality test without ever using an [[If]]:
* If one of the inputs is <code>nan</code>, the other value will be outputted regardless.  
 
{{Image|Equal numbers no if.png}}


== Related ==
== Related ==