rpd_c |
Table of contents
Procedurerpd_c ( Radians per degree ) SpiceDouble rpd_c ( void ) AbstractReturn the number of radians per degree. Required_ReadingNone. KeywordsCONSTANTS Brief_I/OThe function returns the number of radians per degree. Detailed_InputNone. Detailed_OutputThe 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. ParametersNone. ExceptionsError free. FilesNone. ParticularsWhen the function is referenced, the value computed as shown above is returned. ExamplesThe 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() RestrictionsNone. Literature_ReferencesNone. Author_and_InstitutionJ. Diaz del Rio (ODC Space) E.D. Wright (JPL) Version-CSPICE Version 1.0.1, 02-JUN-2021 (JDR) Edited the header to comply with NAIF standard. -CSPICE Version 1.0.0, 08-FEB-1998 (EDW) Index_Entriesradians per degree |
Fri Dec 31 18:41:11 2021