Vyxapedia

Element - ∆ṁ - Median

Characters: ,


Description

Get the median of a list - returns a list of the two middle items if even length list (use ṁ to average them)


Overloads

  • lst - median(a)

Examples

  • ⟨1|2|3|4|5⟩ ∆ṁ = 3
  • ⟨1|2|3|4|5|6⟩ ∆ṁ = ⟨3|4⟩