Min: Difference between revisions

From Fancade Wiki
m (Wrong output name)
(Updated the page)
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.}}


== Related ==
== Related ==

Revision as of 08:59, 21 May 2024

Min
Min.png
TypeScript block
ColliderNone
FolderMath
Ports
Inputs Num1
Num2
Outputs Smaller Num

Outputs the smaller number.

The minimum of 3 and 5 is 3. The minimum of -2 and 0 is -2.

Related