ts-utils
    Preparing search index...

    Function median

    • Compute the median of the given numbers.

      Parameters

      • ...numbers: number[]

        The numbers used to compute the median.

      Returns number

      The median of the numbers.