• It will calculate the mean of the provided numbers.

    Parameters

    • numbers: number[]

    Returns number

    Since

    1.0.0

    Example

    mean([1, 2, 3]); // => 2