SpiceDouble j1900_c ( void )
Return the Julian Date of 1899 DEC 31 12:00:00 (1900 JAN 0.5).
None.
CONSTANTS
The function returns the Julian Date of 1899 DEC 31 12:00:00
(1900 JAN 0.5).
None.
The function returns 2415020.0, the Julian Date corresponding
to 1899 DEC 31 12:00:00 (1900 JAN 0.5).
None.
Error free.
None.
The function always returns the constant value shown above.
The following code fragment illustrates the use of j1900_c.
/.
Convert Julian Date to UTC seconds past the reference
epoch (J1900).
./
spref = ( jd - j1900_c() ) * spd_c();
None.
None.
E.D. Wright (JPL)
W.L. Taber (JPL)
I.M. Underwood (JPL)
-CSPICE Version 1.0.0, 08-FEB-1998 (EDW)
julian date of 1900.0 jan 0.5
Link to routine j1900_c source file j1900_c.c
|