Function mean

  • Compute the mean of the given numbers.

    Parameters

    • Rest ...numbers: number[]

      The numbers used to compute the mean.

    Returns number

    The mean of the numbers.

Generated using TypeDoc