Changeset 1342 for trunk/psLib/test/dataManip/tst_psFunc01.c
- Timestamp:
- Jul 29, 2004, 1:34:28 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/dataManip/tst_psFunc01.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataManip/tst_psFunc01.c
r1073 r1342 26 26 27 27 for (x = 0.0 ; x < (MY_MEAN * 2.0) ; x+= 1.0) { 28 printf("normal psGaussian(%f) is %f\n", x, psGaussian(x, MY_MEAN, MY_STDEV, 1));28 printf("normal psGaussian(%f) is %f\n", x, psGaussian(x, MY_MEAN, MY_STDEV, true)); 29 29 x = x + 1.0; 30 30 } 31 31 32 32 for (x = 0.0 ; x < (MY_MEAN * 2.0) ; x+= 1.0) { 33 printf("NON-normal psGaussian(%f) is %f\n", x, psGaussian(x, MY_MEAN, MY_STDEV, 0));33 printf("NON-normal psGaussian(%f) is %f\n", x, psGaussian(x, MY_MEAN, MY_STDEV, false)); 34 34 x = x + 1.0; 35 35 }
Note:
See TracChangeset
for help on using the changeset viewer.
