PLAYGROUND (experimental)

stats_max

Find the maximum value in a list
stats_max(
    values
) -> NUMBER

Find the maximum value in a list

Syntaxe

var max = stats_max([10, 5, 20, 15]);

Arguments

NameTypeRequiredDefaultDescription
valuesyes-List of numbers