Changeset 29070 for trunk/psLib/src/math/psUnaryOp.c
- Timestamp:
- Aug 26, 2010, 5:33:01 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psUnaryOp.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psUnaryOp.c
r26892 r29070 63 63 64 64 // Conversion for degrees to radians 65 #define D2R 0.01745329252111111 /* PI/180 */66 65 // #define D2R 0.01745329252111111 /* PI/180 */ 66 #define D2R 0.01745329251994329 /* PI/180 Corrected. Truncated digits: 576924 */ 67 67 // Conversion for radians to degrees 68 #define R2D 57.29577950924861 /* 180.0/PI */69 68 // #define R2D 57.29577950924861 /* 180.0/PI */ 69 #define R2D 57.29577951308232 /* 180.0/PI Correcte. Truncated digits: 087679 */ 70 70 71 71 // Unary SCALAR operations
Note:
See TracChangeset
for help on using the changeset viewer.
