Product DocumentationDeveloper GuidesODSL LanguageFunctionsAll FunctionsminOn this pageminReturns the smallest value from a list of values.Syntaxvar = min(List or TimeSeries)ResultA number representing the smallest value from the input List or TimeSeriesExampledata = [5,6.7,-2]print min(data)-2