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

Definition at line 3 of file a2tf.c.

References eraD2tf(), and ERFA_D2PI.

Referenced by palDr2tf(), and t_a2tf().

57 {
58 /* Scale then use days to h,m,s function. */
59  eraD2tf(ndp, angle/ERFA_D2PI, sign, ihmsf);
60 
61  return;
62 
63 }
#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: