Changeset 4028 for trunk/psLib
- Timestamp:
- May 25, 2005, 9:26:44 AM (21 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 4 edited
-
dataManip/psConstants.h (modified) (3 diffs)
-
dataManip/psStats.c (modified) (2 diffs)
-
math/psConstants.h (modified) (3 diffs)
-
math/psStats.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataManip/psConstants.h
r3990 r4028 6 6 * @author GLG, MHPCC 7 7 * 8 * @version $Revision: 1.6 7$ $Name: not supported by cvs2svn $9 * @date $Date: 2005-05- 19 23:57:37$8 * @version $Revision: 1.68 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2005-05-25 19:25:29 $ 10 10 * 11 11 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 21 21 * throw a psError if the CONDITION is true. However, some throw the error 22 22 * if the CONDITION is false. This should be consistant. 23 * 24 * XXX: rename all these with form PS_ASSERT_CONDITION(). 23 25 * 24 26 */ … … 44 46 #define M_2_PI 0.6366197723675813430755350534900574 /* 2/pi */ 45 47 #endif 48 #define PS_PI 3.1415926535897932384626433832795029 /* pi */ 46 49 47 50 #define DEG_TO_RAD(DEGREES) ((DEGREES) * M_PI / 180.0) -
trunk/psLib/src/dataManip/psStats.c
r3990 r4028 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1.12 7$ $Name: not supported by cvs2svn $12 * @date $Date: 2005-05- 19 23:57:37$11 * @version $Revision: 1.128 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2005-05-25 19:25:29 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 705 705 Returns 706 706 NULL 707 708 XXX: Use static vectors. 707 709 *****************************************************************************/ 708 710 bool p_psVectorSampleQuartiles(const psVector* myVector, -
trunk/psLib/src/math/psConstants.h
r3990 r4028 6 6 * @author GLG, MHPCC 7 7 * 8 * @version $Revision: 1.6 7$ $Name: not supported by cvs2svn $9 * @date $Date: 2005-05- 19 23:57:37$8 * @version $Revision: 1.68 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2005-05-25 19:25:29 $ 10 10 * 11 11 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 21 21 * throw a psError if the CONDITION is true. However, some throw the error 22 22 * if the CONDITION is false. This should be consistant. 23 * 24 * XXX: rename all these with form PS_ASSERT_CONDITION(). 23 25 * 24 26 */ … … 44 46 #define M_2_PI 0.6366197723675813430755350534900574 /* 2/pi */ 45 47 #endif 48 #define PS_PI 3.1415926535897932384626433832795029 /* pi */ 46 49 47 50 #define DEG_TO_RAD(DEGREES) ((DEGREES) * M_PI / 180.0) -
trunk/psLib/src/math/psStats.c
r3990 r4028 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1.12 7$ $Name: not supported by cvs2svn $12 * @date $Date: 2005-05- 19 23:57:37$11 * @version $Revision: 1.128 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2005-05-25 19:25:29 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 705 705 Returns 706 706 NULL 707 708 XXX: Use static vectors. 707 709 *****************************************************************************/ 708 710 bool p_psVectorSampleQuartiles(const psVector* myVector,
Note:
See TracChangeset
for help on using the changeset viewer.
