IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 17, 2005, 4:30:50 PM (21 years ago)
Author:
drobbin
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/dataManip/psFunctions.c

    r4288 r4315  
    77 *  polynomials.  It also contains a Gaussian functions.
    88 *
    9  *  @version $Revision: 1.108 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-06-16 22:32:07 $
     9 *  @version $Revision: 1.109 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2005-06-18 02:30:49 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    10161016    evaluated Gaussian is: \f[ exp(-\frac{(x-mean)^2}{2\sigma^2}) \f]
    10171017 *****************************************************************************/
    1018 psF32 psGaussian(psF32 x, psF32 mean, psF32 sigma, psBool normal)
     1018float psGaussian(float x, float mean, float sigma, bool normal)
    10191019{
    10201020    psF32 tmp = 1.0;
Note: See TracChangeset for help on using the changeset viewer.