Function decYearToMjd( decYear )
- Description:
-
Converts a Decimal Year to a Modified Julian Date.
- Parameters:
-
decYear
(floating point)
- decimal year
- Return Value (floating point):
- modified Julian Date
- Example:
decYearToMjd(2000.0) = 51544.0
- Signature:
double decYearToMjd(double)