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

NAME

Declination - Declination of the sun for each day of the year

SYNOPSIS

  use Declination qw(declination);
  
  my $date = DateTime->new(day=>21, month=>3, year=>2010);
  my $declination       = declination($date, 'deg');

declination($date, [ $units])

Returns the declination of the sun on the given day of the year.

$date

A DateTime object. Only the day and month are relevant.

$units

The units to return, either 'rad' or 'deg'. This determines whether the result is returned as radians or degrees. If you are going to pass the result to trigonometric functions then radians are better. Default 'rad'.

AUTHOR

Raphael Mankin, <rapmankin at cpan.org>

BUGS

Please report any bugs or feature requests to bug-datetime-event-jewish at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=DateTime-Event-Jewish. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc DateTime::Event::Jewish

You can also look for information at:

ACKNOWLEDGEMENTS

LICENSE AND COPYRIGHT

Copyright 2010 Raphael Mankin.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.