Changeset 2370 for trunk/psLib/src/math/psStats.c
- Timestamp:
- Nov 15, 2004, 11:13:17 AM (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
r2348 r2370 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1.9 6$ $Name: not supported by cvs2svn $12 * @date $Date: 2004-11-1 2 20:48:12$11 * @version $Revision: 1.97 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2004-11-15 21:13:17 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 1019 1019 1020 1020 f = psPolynomial1DEval(midpoint, myPoly); 1021 // printf("p_ps1DPolyMedian() iteration %d. f(%f) is %f\n", numIterations, midpoint, f);1022 1021 if (fabs(f - getThisValue) <= FLT_EPSILON) { 1023 1022 return (midpoint); … … 1095 1094 // polynomial, looking for the value x such that f(x) = yVal 1096 1095 tmpFloat = p_ps1DPolyMedian(myPoly, x->data.F64[0], x->data.F64[2], yVal); 1096 1097 1097 } else { 1098 1098 // The special case where we have two points only at the beginning of
Note:
See TracChangeset
for help on using the changeset viewer.
