Changeset 1342 for trunk/psLib/src/math/psPolynomial.c
- Timestamp:
- Jul 29, 2004, 1:34:28 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psPolynomial.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psPolynomial.c
r1341 r1342 7 7 * polynomials. It also contains a Gaussian functions. 8 8 * 9 * @version $Revision: 1.1 7$ $Name: not supported by cvs2svn $10 * @date $Date: 2004-07-29 2 2:44:34 $9 * @version $Revision: 1.18 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2004-07-29 23:34:24 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 80 80 float mean, 81 81 float sigma, 82 intnormal)82 bool normal) 83 83 { 84 84 float tmp = 1.0; 85 85 86 if (normal == 1) {86 if (normal == true) { 87 87 #ifdef DARWIN 88 88 tmp = 1.0 / (float)sqrt(2.0 * M_PI * (sigma * sigma));
Note:
See TracChangeset
for help on using the changeset viewer.
