Max: Difference between revisions

222 bytes removed ,  17 July 2024
m
Fixed Typo
mNo edit summary
m (Fixed Typo)
 
(One intermediate revision by the same user not shown)
Line 14: Line 14:
== Notes ==
== Notes ==


If one of the inputs are ''nan'', the other value will be outputted regardless.
* If one of the inputs is <code>nan</code>, the other value will be outputted regardless.  
 
This can be used in conjunction with [[Divide]] to check if a number is greater than another, without using [[If]]:
 
{{Image|Greater than no if.png}}
 
The less-than operation is obtained by replacing the left Max block to [[Min]].


== Related ==
== Related ==