Changeset 2778 for trunk/psLib/src/math/psConstants.h
- Timestamp:
- Dec 21, 2004, 10:42:07 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psConstants.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psConstants.h
r2762 r2778 6 6 * @author GLG, MHPCC 7 7 * 8 * @version $Revision: 1.4 7$ $Name: not supported by cvs2svn $9 * @date $Date: 2004-12-2 0 21:39:42$8 * @version $Revision: 1.48 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2004-12-21 20:42:07 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 486 486 (((A) < (B)) ? (A) : (B)) \ 487 487 488 #define PS_SQR(A) \ 489 ((A) * (A)) \ 490 491 #ifdef DARWIN 492 #define PS_SQRT_F32(A) ((float) sqrt(A)) 493 #else 494 #define PS_SQRT_F32(A) (sqrtf(A)) 495 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
