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

NAME

Astro::Montenbruck::Ephemeris::Planet::Neptune - Neptune.

SYNOPSIS

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

DESCRIPTION

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

METHODS

Astro::Montenbruck::Ephemeris::Planet::Neptune->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-2019 by Sergey Krushinsky

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