mode_sngl
Most-frequent value (single mode).
Syntax
Section titled “Syntax”v = mode_sngl(number1, number2, ...)Description
Section titled “Description”Returns the most frequently occurring value among the arguments. If multiple values tie for the most occurrences, returns the smallest. For all modes when ties exist, see mode_mult.
Example
Section titled “Example”mode_sngl(1, 2, 2, 3, 3, 3) % 3