FACT++  1.0
void eraA2af ( int  ndp,
double  angle,
char *  sign,
int  idmsf[4] 
)

Definition at line 3 of file a2af.c.

References eraD2tf(), and ERFA_D2PI.

Referenced by palDr2af(), and t_a2af().

57 {
58 /* Hours to degrees * radians to turns */
59  const double F = 15.0 / ERFA_D2PI;
60 
61 /* Scale then use days to h,m,s function. */
62  eraD2tf(ndp, angle*F, sign, idmsf);
63 
64  return;
65 
66 }
#define ERFA_D2PI
Definition: erfam.h:48
void eraD2tf(int ndp, double days, char *sign, int ihmsf[4])
Definition: d2tf.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: