IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 21, 2004, 10:42:07 AM (22 years ago)
Author:
gusciora
Message:

Added errors arguments to the VectorStats and VectorHistogram functions.
The arguments are ignored in the histogram and robust stats code.

File:
1 edited

Legend:

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

    r2741 r2778  
    77 *  polynomials.  It also contains a Gaussian functions.
    88 *
    9  *  @version $Revision: 1.73 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2004-12-17 00:18:31 $
     9 *  @version $Revision: 1.74 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2004-12-21 20:42:07 $
    1111 *
    1212 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    949949
    950950    if (normal == true) {
    951         #ifdef DARWIN
    952         tmp = 1.0 / (float)sqrt(2.0 * M_PI * (sigma * sigma));
    953         #else
    954 
    955         tmp = 1.0 / sqrtf(2.0 * M_PI * (sigma * sigma));
    956         #endif
    957 
     951        tmp = 1.0 / PS_SQRT_F32(2.0 * M_PI * (sigma * sigma));
    958952    }
    959953
Note: See TracChangeset for help on using the changeset viewer.