Function median

  • Find the value separating the higher and lower halves of numbers. 📘

    Parameters

    • Rest ...xs: number[]

      a list of numbers

    Returns number

    xₘ | sort(xs) = [..., xₘ, ...]

Generated using TypeDoc