Function mjdToDecYear( mjd )
- Description:
-
Converts a Modified Julian Date to Decimal Year.
- Parameters:
-
- mjd (floating point)
- modified Julian Date
- Return Value (floating point):
- decimal year
- Example:
mjdToDecYear(0.0) = 1858.87671
- Signature:
- double mjdToDecYear(double)