Function sort( array )

Description:
Returns a sorted version of a given array.

Note: This documents the double-precision version of the routine. Corresponding routines exist for other data types (float, long, int, short, byte, String).

Parameters:
array (array of floating point)
input array
Return Value (array of floating point):
sorted array
Examples:
Signature:
double[] sort(double[])