1Graphical interface

 

2Function

The <minmax> block simultaneously calculates the smallest and largest values among the two inputs, “a” and “b.”

See the Python documentation for the “min()” and “max()” functions for more details.

3Inputs

4Outputs

5Types 

Both inputs must be of type: int or float.

However, it is possible to use the following types: string, list, or dictionary; in this case, both inputs must be of the same type.