Changeset 2778 for trunk/psLib/src/math/psSpline.c
- Timestamp:
- Dec 21, 2004, 10:42:07 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psSpline.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psSpline.c
r2741 r2778 7 7 * polynomials. It also contains a Gaussian functions. 8 8 * 9 * @version $Revision: 1.7 3$ $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 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 949 949 950 950 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)); 958 952 } 959 953
Note:
See TracChangeset
for help on using the changeset viewer.
