Skip to main content
Sort
Tick mark Image
Evaluate
Tick mark Image

Share

sort(14,\log(10))
Multiply 2 and 7 to get 14.
sort(14,1)
The common logarithm of 10 is 1.
14
To sort the list, start from a single element 14.
1,14
Insert 1 to the appropriate location in the new list.