Description:
Convert and
interval in days into hours, minutes, seconds.
Invocation
palDd2tf( int ndp, double days, char
∗sign,
int ihmsf[4] );
Arguments
ndp = int (Given)
Number of decimal
places of seconds
days = double (Given)
Interval in days
sign = char
∗ (Returned)
’
+’
or ’
-’
(single character, not string)
ihmsf = int [4] (Returned)
Hours, minutes, seconds, fraction
Notes:
Copyright © 2012 Science and Technology Facilities Council.
Copyright © 2014 Cornell University.
Copyright © 2015 Tim Jenness