min
infix sub method
reduce values to smallest value

max
infix sub method
reduce values to largest value

[op]
prefix syntax
reduce using given infix operator

[\op]
prefix syntax
produce steps of reduction using given infix operator


contains the functions that reduce a given set of arguments into
a single value (or produces the steps to produce that value).
