Changeset 1393 for trunk/psLib/src/math/psStats.c
- Timestamp:
- Aug 5, 2004, 9:38:52 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psStats.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psStats.c
r1385 r1393 1 /** @file psStats.c 2 * \brief basic statistical operations 3 * @ingroup Stats 4 * 5 * This file will hold the definition of the histogram and stats data 6 * structures. It also contains prototypes for procedures which operate 7 * on those data structures. 8 * 9 * @author George Gusciora, MHPCC 10 * 11 * @version $Revision: 1.50 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2004-08-05 19:38:52 $ 13 * 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 15 */ 16 1 17 #include <stdlib.h> 2 18 #include <stdio.h>
Note:
See TracChangeset
for help on using the changeset viewer.
