Maxvalues
Maxvalues is a term used to describe the largest elements found within a data collection, set, or sequence, and the operation that yields those values. In mathematics, the maximum of a nonempty subset A of a totally ordered set is an element m in A such that m is greater than or equal to every other element of A. If such an element exists, A has a maximum; if A is bounded above but has no greatest element, it has a supremum instead. In statistics and data analysis, maximum values help characterize distributions, identify outliers, and set upper bounds for measurements.
In computing and programming, maxvalues often refer to operations that compute the largest value(s) in a data
Special considerations include numeric types and special values. Some languages propagate NaN when compared, affecting maximum