Question: how can I sort a list with radicals?

How can I sort a list with radicals?

a:=[sqrt(8),sqrt(2),sqrt(39),-sqrt(5),sqrt(26)]

sort(a) returns the same list in the same order. 

Please Wait...