SpiceDouble spd_c ( void )
Return the number of seconds in a day.
None.
CONSTANTS
The function returns the number of seconds in a day.
None.
The function returns the number of seconds in a day: 86400.
None.
Error free.
None.
The function always returns the constant value shown above.
Convert Julian ephemeris date to TDB seconds past the reference
epoch, J2000.
spref = ( jed - j2000_c() ) * spd_c();
None.
None.
W.L. Taber (JPL)
I.M. Underwood (JPL)
E.D. Wright (JPL)
-CSPICE Version 1.0.2, 16-JAN-2008 (EDW)
Corrected typos in header titles:
Detailed Input to Detailed_Input
Detailed Output to Detailed_Output
-CSPICE Version 1.0.1, 10-NOV-2006 (EDW)
Added Parameters section header.
-CSPICE Version 1.0.0, 08-FEB-1998 (EDW)
seconds per day
Link to routine spd_c source file spd_c.c
|