Astro-Constants

 view release on metacpan or  search on metacpan

data/PhysicalConstants.xml  view on Meta::CPAN

      <minValue/>
      <source url="https://en.wikipedia.org/wiki/Julian_year_(astronomy)"/>
      <categoryList>
        <category>conversion</category>
        <category>cosmology</category>
      </categoryList>
    </PhysicalConstant>
    <PhysicalConstant>
      <name>YEAR_TROPICAL</name>
      <alternateName/>
      <description>the period of time for the ecliptic longitude of the Sun to increase 360 degrees, approximated by the Gregorian calendar</description>
      <value>31556925.1</value>
      <!-- <value>31_556_925.1</value> -->
      <uncertainty type="absolute">0.1</uncertainty>
      <dimensions time="1"/>
      <maxValue>31556959</maxValue>
      <minValue>31556892</minValue>
      <source url="https://en.wikipedia.org/wiki/Tropical_year"/>
      <categoryList>
        <category>conversion</category>
        <category>cosmology</category>

data/old_versions/constants_2017_v0.12.xml  view on Meta::CPAN

            <minValue />
            <url href="http://physics.nist.gov/cgi-bin/cuu/Value?yr" />
            <categoryList>
                <category>conversion</category>
                <category>cosmology</category>
            </categoryList>
        </PhysicalConstant>
        <PhysicalConstant>
            <name type="long">YEAR_TROPICAL</name>
            <alternateName />
            <description>the period of time for the ecliptic longitude of the Sun to increase 360 degrees, approximated by the Gregorian calendar</description>
            <value>31_556_925.1</value>
            <uncertainty type="absolute">0.1</uncertainty>
            <dimensions />
            <maxValue>31556959</maxValue>
            <minValue>31556892</minValue>
            <url href="https://en.wikipedia.org/wiki/Tropical_year" />
            <categoryList>
                <category>conversion</category>
                <category>cosmology</category>
            </categoryList>

data/old_versions/constants_2018_v0.13.xml  view on Meta::CPAN

      <minValue/>
      <url href="http://physics.nist.gov/cgi-bin/cuu/Value?yr"/>
      <categoryList>
        <category>conversion</category>
        <category>cosmology</category>
      </categoryList>
    </PhysicalConstant>
    <PhysicalConstant>
      <name type="long">YEAR_TROPICAL</name>
      <alternateName/>
      <description>the period of time for the ecliptic longitude of the Sun to increase 360 degrees, approximated by the Gregorian calendar</description>
      <value>31_556_925.1</value>
      <uncertainty type="absolute">0.1</uncertainty>
      <dimensions/>
      <maxValue>31556959</maxValue>
      <minValue>31556892</minValue>
      <url href="https://en.wikipedia.org/wiki/Tropical_year"/>
      <categoryList>
        <category>conversion</category>
        <category>cosmology</category>
      </categoryList>

data/old_versions/constants_2019_v0.13.xml  view on Meta::CPAN

      <minValue/>
      <source url="http://physics.nist.gov/cgi-bin/cuu/Value?yr"/>
      <categoryList>
        <category>conversion</category>
        <category>cosmology</category>
      </categoryList>
    </PhysicalConstant>
    <PhysicalConstant>
      <name type="long">YEAR_TROPICAL</name>
      <alternateName/>
      <description>the period of time for the ecliptic longitude of the Sun to increase 360 degrees, approximated by the Gregorian calendar</description>
      <value>31_556_925.1</value>
      <uncertainty type="absolute">0.1</uncertainty>
      <dimensions/>
      <maxValue>31556959</maxValue>
      <minValue>31556892</minValue>
      <source url="https://en.wikipedia.org/wiki/Tropical_year"/>
      <categoryList>
        <category>conversion</category>
        <category>cosmology</category>
      </categoryList>

data/old_versions/constants_2020_v0.14.xml  view on Meta::CPAN

      <minValue/>
      <source url="https://en.wikipedia.org/wiki/Julian_year_(astronomy)"/>
      <categoryList>
        <category>conversion</category>
        <category>cosmology</category>
      </categoryList>
    </PhysicalConstant>
    <PhysicalConstant>
      <name type="long">YEAR_TROPICAL</name>
      <alternateName/>
      <description>the period of time for the ecliptic longitude of the Sun to increase 360 degrees, approximated by the Gregorian calendar</description>
      <value>31_556_925.1</value>
      <uncertainty type="absolute">0.1</uncertainty>
      <dimensions/>
      <maxValue>31556959</maxValue>
      <minValue>31556892</minValue>
      <source url="https://en.wikipedia.org/wiki/Tropical_year"/>
      <categoryList>
        <category>conversion</category>
        <category>cosmology</category>
      </categoryList>

lib/Astro/Constants.pm  view on Meta::CPAN


defined as exactly 365.25 days of 86400 SI seconds

This constant is also available using the alternate name C<YEAR_JULIAN>
(imported using the :alternate tag for backwards compatibility)

=head2 YEAR_TROPICAL

    31556925.1

the period of time for the ecliptic longitude of the Sun to increase 360 degrees, approximated by the Gregorian calendar

=head2 YEAR_SIDEREAL

    31558149.8

the period of revolution of the Earth around the Sun in a fixed reference frame

=head2 YEAR_ANOMALISTIC

    31558432.6

lib/Astro/Constants.pm6  view on Meta::CPAN

This constant is also available using the alternate name C<YEAR_JULIAN> (imported using the :alternate tag for backwards compatibility)

=end pod

our constant YEAR is export(:conversion :cosmology) = 31_557_600;

=head3 YEAR_TROPICAL

    31_556_925.1

the period of time for the ecliptic longitude of the Sun to increase 360 degrees, approximated by the Gregorian calendar

=end pod

our constant YEAR_TROPICAL is export(:conversion :cosmology) = 31_556_925.1;

=head3 YEAR_SIDEREAL

    31_558_149.8

the period of revolution of the Earth around the Sun in a fixed reference frame

lib/Astro/Constants/2019.pm  view on Meta::CPAN


defined as exactly 365.25 days of 86400 SI seconds

This constant is also available using the alternate name C<YEAR_JULIAN>
(imported using the :alternate tag for backwards compatibility)

=head2 YEAR_TROPICAL

    31556925.1

the period of time for the ecliptic longitude of the Sun to increase 360 degrees, approximated by the Gregorian calendar

=head2 YEAR_SIDEREAL

    31558149.8

the period of revolution of the Earth around the Sun in a fixed reference frame

=head2 YEAR_ANOMALISTIC

    31558432.6



( run in 0.322 second using v1.01-cache-2.11-cpan-5dc5da66d9d )