ReferenceMathcminOn this pagecminlq.cmin(values) Returns the minimum value of an array, ignoring NaN values. Returns none if the array is empty or contains only NaN values. Parametersvalues : arrayValues to compute the minimum of.