Returns the lowest-valued number passed into it
ID
math-operators-minimum
Name
Minimum
Group
Operators
Package
Math
Keywords
Maximum
Division
Subtraction
Inputs
Name | Type | Description | Default Value |
---|---|---|---|
a | Number | First item for comparison | |
b | Number | Second item for comparison |
Outputs
Name | Type | Description |
---|---|---|
x | Number | The smallest of the given numbers |