Changeset 1233 for trunk/psLib/src/math/psStats.c
- Timestamp:
- Jul 15, 2004, 1:52:34 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psStats.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psStats.c
r1073 r1233 12 12 #include "psAbort.h" 13 13 #include "psStats.h" 14 #include "psSort.h"15 14 16 15 #include "float.h" … … 672 671 } 673 672 // Sort the temporary vectors. 674 ps Sort(sortedVector, unsortedVector);673 psVectorSort(sortedVector, unsortedVector); 675 674 676 675 // Calculate the median exactly. … … 828 827 829 828 // Sort the temporary vectors. 830 ps Sort(sortedVector, unsortedVector);829 psVectorSort(sortedVector, unsortedVector); 831 830 832 831 // Calculate the quartile points exactly.
Note:
See TracChangeset
for help on using the changeset viewer.
