Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ s_coefficients1800to1899

readonly double [] System.Globalization.CalendricalCalculationsHelper.s_coefficients1800to1899
staticprivate
Initial value:
= new double[11]
{
-9E-06, 0.003844, 0.083563, 0.865736, 4.867575, 15.845535, 31.332267, 38.291999, 28.316289, 11.636204,
2.043794
}

Definition at line 34 of file CalendricalCalculationsHelper.cs.

35 {
36 -9E-06, 0.003844, 0.083563, 0.865736, 4.867575, 15.845535, 31.332267, 38.291999, 28.316289, 11.636204,
37 2.043794
38 };

Referenced by System.Globalization.CalendricalCalculationsHelper.EphemerisCorrection1800to1899().