IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 26, 2010, 5:33:01 PM (16 years ago)
Author:
watersc1
Message:

Fixing constants that shouldn't need to be fixed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psUnaryOp.c

    r26892 r29070  
    6363
    6464// 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 */
    6767// 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 */
    7070
    7171// Unary SCALAR operations
Note: See TracChangeset for help on using the changeset viewer.