The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Astro::Montenbruck::Ephemeris::Planet::Jupiter - Jupiter.

SYNOPSIS

  use Astro::Montenbruck::Ephemeris::Planet::Jupiter;
  my $planet = Astro::Montenbruck::Ephemeris::Planet::Jupiter->new();
  my @geo = $planet->position($t); # apparent geocentric ecliptical coordinates

DESCRIPTION

Child class of Astro::Montenbruck::Ephemeris::Planet, responsible for calculating Jupiter position.

METHODS

Astro::Montenbruck::Ephemeris::Planet::Jupiter->new

Constructor.

$self->heliocentric($t)

See description in Astro::Montenbruck::Ephemeris::Planet.

AUTHOR

Sergey Krushinsky, <krushi at cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2009-2021 by Sergey Krushinsky

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.