daySidereal constant

Unit const daySidereal

A unit of duration equal to the time required for a complete rotation of the earth in reference to any star or to the vernal equinox at the meridian, equal to 23 hours, 56 minutes, 4.09 seconds (standard name day_sidereal).

Implementation

static const Unit daySidereal =
    TransformedUnit(SI.second, MultiplyConverter._(86164.09));