SpiceDouble rpd_c ( void )
Return the number of radians per degree.
None.
CONSTANTS
The function returns the number of radians per degree.
None.
The function returns the number of radians per degree: pi/180.
The value of pi is determined by the ACOS function. That is,
rpd = acos ( -1. ) / 180.
None.
Error free.
None.
When the function is referenced, the value computed as shown
above is returned.
The code fragment below illustrates the use of rpd_c.
/. Convert all angles to radians for output ./
clock *= rpd_c()
cone *= rpd_c()
twist *= rpd_c()
None.
None.
W.L. Taber (JPL)
I.M. Underwood (JPL)
E.D. Wright (JPL)
-CSPICE Version 1.0.0, 08-FEB-1998 (EDW)
radians per degree
Link to routine rpd_c source file rpd_c.c
|