Changeset 4315 for trunk/psLib/src/dataManip/psFunctions.c
- Timestamp:
- Jun 17, 2005, 4:30:50 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/dataManip/psFunctions.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataManip/psFunctions.c
r4288 r4315 7 7 * polynomials. It also contains a Gaussian functions. 8 8 * 9 * @version $Revision: 1.10 8$ $Name: not supported by cvs2svn $10 * @date $Date: 2005-06-1 6 22:32:07$9 * @version $Revision: 1.109 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-06-18 02:30:49 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 1016 1016 evaluated Gaussian is: \f[ exp(-\frac{(x-mean)^2}{2\sigma^2}) \f] 1017 1017 *****************************************************************************/ 1018 psF32 psGaussian(psF32 x, psF32 mean, psF32 sigma, psBool normal)1018 float psGaussian(float x, float mean, float sigma, bool normal) 1019 1019 { 1020 1020 psF32 tmp = 1.0;
Note:
See TracChangeset
for help on using the changeset viewer.
