Changeset 1341 for trunk/psLib/src/math/psStats.c
- Timestamp:
- Jul 29, 2004, 12:44:39 PM (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
r1336 r1341 1049 1049 oldMidpoint = midpoint; 1050 1050 1051 f = ps EvalPolynomial1D(midpoint, myPoly);1051 f = psPolynomial1DEval(midpoint, myPoly); 1052 1052 // printf("p_ps1DPolyMedian() iteration %d. f(%f) is %f\n", numIterations, midpoint, f); 1053 1053 if (fabs(f - getThisValue) <= FLT_EPSILON) {
Note:
See TracChangeset
for help on using the changeset viewer.
