Changelog
==========
Except where noted, all changes by Daisuke Maki.
0.04 06 Jan 2005
- Add revolution() and rev180() (Ronald Hill)
- Require use of Math::BigInt / Math::BigFloat
0.03 25 Feb 2004
- acos_deg() and asin_deg() were reporting incorrect results.
Reported by Ronald Hill.
0.02 10 Feb 2004
- Add prompts to install Math::BigInt::GMP and Math::BigInt::Pari on
demand.
- Make underlying Math::BigFloat to fall back to Pari if loading GMP fails
0.01 12 Jan 2004
- House cleaning
- Minor tweaks
0.01_04 27 Dec 2003
- Aah, bad bad. The DateTime object returned from rata_die() was set
to a floating time zone. Yew. Now rata_die() is always in UTC
- Introduce truncate_to_midday()
0.01 12 Jan 2004
- House cleaning
- Minor tweaks
0.01_04 27 Dec 2003
- Aah, bad bad. The DateTime object returned from rata_die() was set
to a floating time zone. Yew. Now rata_die() is always in UTC
- Introduce truncate_to_midday()
0.01_03 23 Dec 2003
- Try memoizing some of this stuff...
0.01_02 19 Dec 2003
- Add some tests
0.01_01 09 Dec 2003
- Initial release