diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-11-30 17:24:33 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-11-30 17:24:33 +0000 |
commit | fa8642ee907f97dc5af6069c14a631c5a2381365 (patch) | |
tree | 0cb9fb306f81376cc7a204728254c04b6b51a7fd /devel/p5-DateTime-Astro/pkg-descr | |
parent | 4b7c37750e8ffd532e5cf087443a6677d744c968 (diff) |
Notes
Diffstat (limited to 'devel/p5-DateTime-Astro/pkg-descr')
-rw-r--r-- | devel/p5-DateTime-Astro/pkg-descr | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/p5-DateTime-Astro/pkg-descr b/devel/p5-DateTime-Astro/pkg-descr new file mode 100644 index 000000000000..2edff346bb65 --- /dev/null +++ b/devel/p5-DateTime-Astro/pkg-descr @@ -0,0 +1,13 @@ +DateTime::Astro implements functions used in astronomical calendars: +- Solar Longitude +- Solar Terms +- Lunar Longitude +- New Moons +... etc + +This module is best used in environments where a C compiler and the MPFR +arbitrary precision math library is installed. It can fallback to using +Math::BigInt, but that would pretty much render it useless because of its speed +and loss of accuracy that may creep up while doing Perl to C struct conversions. + +WWW: http://search.cpan.org/dist/DateTime-Astro/ |