Home | History | Annotate | Download | only in i18n

Lines Matching full:degrees

205 #define DEG_RAD ( CalendarAstronomer::PI / 180 )      // degrees -> radians
206 #define RAD_DEG ( 180 / CalendarAstronomer::PI ) // radians -> degrees
262 * @param longitude The desired longitude, in <em>degrees</em> east of
265 * @param latitude The desired latitude, in <em>degrees</em>. Positive
922 // // (east long. positive). Note that LST is here expressed in degrees,
923 // // where 15 degrees corresponds to one hour. Since LST really is an angle,
924 // // it's convenient to use one unit---degrees---throughout.
948 // // where E and M are in degrees
997 // // where "RA" is the object's Right Ascension (in degrees!). If negative,
1013 // // degrees (-35 arc minutes), and if you want to compute the rise/set times
1029 // // convert the times from degrees to hours by dividing by 15.
1035 // double result = MT + (rise ? -HA0 : HA0); // in degrees