julianCenturyAnomaly: Julian-Day number to Julian century
Description
Convert a Julian-Day number to a time in julian centuries since noon on
January 1, 1900.
The method follows reference 1 equation 15.1. The example reproduces the
example provided by reference 1 example 15.a, with fractional error 3e-8.
Usage
julianCenturyAnomaly(jd)
Arguments
jd
a julian day number, e.g. as given by julianDay().
Value
Julian century since noon on January 1, 1900.
References
Meeus, Jean. Astronomical Formulas for Calculators. Second Edition.
Richmond, Virginia, USA: Willmann-Bell, 1982.