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