Changeset 4162 for trunk/psLib/src/math/psSpline.c
- Timestamp:
- Jun 8, 2005, 1:40:46 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psSpline.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psSpline.c
r4029 r4162 7 7 * polynomials. It also contains a Gaussian functions. 8 8 * 9 * @version $Revision: 1.10 4$ $Name: not supported by cvs2svn $10 * @date $Date: 2005-0 5-25 20:26:55 $9 * @version $Revision: 1.105 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-06-08 23:40:45 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 1024 1024 1025 1025 if (normal == true) { 1026 tmp = 1.0 / PS_SQRT_F32(2.0 * M_PI * (sigma * sigma));1026 tmp = 1.0 / sqrtf(2.0 * M_PI * (sigma * sigma)); 1027 1027 } 1028 1028
Note:
See TracChangeset
for help on using the changeset viewer.
