∆ṁ
Characters: ∆, ṁ
∆
ṁ
Get the median of a list - returns a list of the two middle items if even length list (use ṁ to average them)
lst
median(a)
⟨1|2|3|4|5⟩ ∆ṁ
3
⟨1|2|3|4|5|6⟩ ∆ṁ
⟨3|4⟩