IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 15, 2004, 11:13:17 AM (22 years ago)
Author:
gusciora
Message:

...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psStats.c

    r2348 r2370  
    99 *  @author GLG, MHPCC
    1010 *
    11  *  @version $Revision: 1.96 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2004-11-12 20:48:12 $
     11 *  @version $Revision: 1.97 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2004-11-15 21:13:17 $
    1313 *
    1414 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    10191019
    10201020        f = psPolynomial1DEval(midpoint, myPoly);
    1021         // printf("p_ps1DPolyMedian() iteration %d.  f(%f) is %f\n", numIterations, midpoint, f);
    10221021        if (fabs(f - getThisValue) <= FLT_EPSILON) {
    10231022            return (midpoint);
     
    10951094        // polynomial, looking for the value x such that f(x) = yVal
    10961095        tmpFloat = p_ps1DPolyMedian(myPoly, x->data.F64[0], x->data.F64[2], yVal);
     1096
    10971097    } else {
    10981098        // The special case where we have two points only at the beginning of
Note: See TracChangeset for help on using the changeset viewer.