- Timestamp:
- Sep 7, 2010, 9:16:10 AM (16 years ago)
- Location:
- branches/eam_branches/ipp-20100823
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psLib/src/math/psUnaryOp.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100823
-
branches/eam_branches/ipp-20100823/psLib/src/math/psUnaryOp.c
r26892 r29124 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.
