#mode()
DESCRIPTION returns the modal value among a series of numbers
SYNOPSIS
#mode(n1,n2,...)
ARGUMENTS n1,n2,... - a series of numbers, or numerical expressions, separated by commas
EXAMPLES
# pikt +C 'output $text(#mode(1,3,4,3,6,3,9,3,5,6,1,3,6,9,2))'
3
SEE ALSO #max(), #maximum() #min(), #minimum() #median() #avg() Numerical Functions String Functions