max_

Definitions:

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

Semantic restrictions:

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