min_

Definitions:

<<>, number…|[1..∞)>
Source: /avail/Avail/Foundation/Early Math
Categories: Mathematics, Relations, Tuples, Numbers
Answer the minimum of the specified numbers.
Position Name Type Description
Parameters
1 numbers <<>, number…|[1..∞)> A tuple of numbers.
Returns number The minimum of the specified numbers.

Semantic restrictions:

<<>, extended integer…|[1..∞)>'s type
Source: /avail/Avail/Foundation/Early Math
Given integer ranges [a1,n1], [a2,n2], [a3,n3], etc., the minimum value will lie between [a1 min a2 min a3 min ..., n1 min n2 min n3 min ...]. Answer an instance type if possible.
Type Description
Parameter Types
<<>, extended integer…|[1..∞)>'s type
<<>, float…|[2..∞)>'s type
Source: /avail/Avail/Foundation/Early Math
Given only floats, the minimum must be a float.
Type Description
Parameter Types
<<>, float…|[2..∞)>'s type
<<>, double…|[2..∞)>'s type
Source: /avail/Avail/Foundation/Early Math
Given only doubles, the minimum must be a double.
Type Description
Parameter Types
<<>, double…|[2..∞)>'s type