Never mind. What bradgrafelman said.
If you want something like this:
array
0 => float 87
1 => float 68.34
2 => float 68.33
3 => float 10.36
4 => float 9.45
5 => float -3.98
6 => float -29
7 => float -33.23
8 => float -40
...that's using rsort(). And the elements in the array were, as you can see, numeric type, not strings.