Function getAverage

  • Calculates the average of an array of numbers.

    Parameters

    • arr: number[]

    Returns number

    The average of the numbers in the array.

    Throws

    If the input is not a non-empty array of numbers.

    Throws

    If any element in the array is not a valid number.

Generated using TypeDoc