ReferenceMathminmaxOn this pageminmaxlq.minmax(values) Returns the minimum and maximum value of an array, ignoring NaN values. Returns (none, none) if the array is empty or contains only NaN values. Parametersvalues : arrayValues to compute the minimum and the maximum of.