Free cookie consent management tool by TermsFeed mode() Function
mode() Function

Function

mode( number )

Returns the mode of the specified number(s), which is the most commonly repeated element.

Parameters

Keyword Type Description

number

Decimal Array

A number or array of numbers that will be used to calculate the mode of the set.

Returns

Decimal

Examples

mode(1,2,2,3,3,3,4) returns 3

Open in Github Built: Fri, Nov 10, 2023 (03:42:48 PM)

mode() Function

FEEDBACK