Changeset 1331 for trunk/psLib/src/math/psStats.c
- Timestamp:
- Jul 28, 2004, 6:18:50 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
r1330 r1331 29 29 #define true 1 30 30 #define false 0 31 #define MY MAXFLOAT HUGE31 #define MY_MAX_FLOAT HUGE 32 32 #define MAX_ITERATIONS 20 33 33 … … 268 268 { 269 269 int i = 0; // Loop index variable 270 float max = -MY MAXFLOAT; // The calculated maximum270 float max = -MY_MAX_FLOAT; // The calculated maximum 271 271 float rangeMin = 0.0; // Exclude data below this 272 272 float rangeMax = 0.0; // Exclude date above this … … 333 333 { 334 334 int i = 0; // Loop index variable 335 float min = MY MAXFLOAT; // The calculated maximum335 float min = MY_MAX_FLOAT; // The calculated maximum 336 336 float rangeMin = 0.0; // Exclude data below this 337 337 float rangeMax = 0.0; // Exclude date above this
Note:
See TracChangeset
for help on using the changeset viewer.
