Skip to content

ReverseSort

Sorts a list in descending order.

$ wo 'ReverseSort[{3, 1, 4, 1, 5, 9}]'
{9, 5, 4, 3, 1, 1}