Function median

  • Find the value separating the higher and lower halves of bigints.

    Parameters

    • Rest ...xs: bigint[]

      a list of bigints

    Returns bigint

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

Generated using TypeDoc