Min

From Fancade Wiki
Revision as of 00:44, 23 August 2025 by Osmo (talk | contribs) (Improve description)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Min
Min.png
TypeScript block
ColliderNone
FolderMath
Ports
Inputs Num1
Num2
Outputs Smaller Num

Outputs the smaller of the two input numbers.

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

Notes

  • If one of the inputs is nan, the other value will be outputted regardless.

Related