Changes for version 0.12
- Andreas Koenig and Tels have been kind enough to warn me of some problems with this family of modules. Some fundamental changes:
- Use of '*_downgrade' is no longer an option. Everything is Math::BigInt or Math::BigFloat, otherwise things will get way too messy. In case we need real ints or whatever, we'll manually downgrade by doing ->as_number()->bstr()
- Move to Module::Install.
- Add Math::BigInt::FastCalc as an option to install as a backend
- Fix mod(): At some point I ceased to use the Reignold & Dershowitz version of mod(), apparently.
- Change use case of floor() to POSIX::floor()
Modules
DateTime Calculation Utilities