Min: Difference between revisions

110 bytes added ,  17 July 2024
Moved some information to a different page
m (Wrong output name)
(Moved some information to a different page)
 
(3 intermediate revisions by 2 users not shown)
Line 8: Line 8:
}}
}}


Outputs the smaller input.
Outputs the smaller [[number]].


{{Image|Min_example.jpg|The minimum of 3 and 5 is 3. The minimum of -2 and 0 is -2.}}
{{Image|Min example.jpg|The minimum of 3 and 5 is 3. The minimum of -2 and 0 is -2.}}
 
== Notes ==
 
* If one of the inputs is <code>nan</code>, the other value will be outputted regardless.


== Related ==
== Related ==