Celestine API Documentation - v0.2.0
    Preparing search index...

    Interface JulianCenturies

    Julian Centuries from J2000.0 epoch

    Time expressed as centuries from the J2000.0 epoch (JD 2451545.0). Most modern ephemeris formulas use T as their time variable.

    // J2000.0 epoch (January 1, 2000, 12:00 TT)
    { T: 0 }
    // One century after J2000.0
    { T: 1.0 }
    // One century before J2000.0
    { T: -1.0 }
    interface JulianCenturies {
        T: number;
    }
    Index

    Properties

    T

    Properties

    T: number

    Centuries from J2000.0 (can be negative for dates before 2000)