296 B
296 B
math_Min
Choose the smallest number out of the two arguments.
Arguments
- number1 (double): First number
- number2 (double): Second number
Returns
result (double): The smallest number out of the two provided
Example
call !math_Min 0.5 1.5 &result
println $result # 0.5