Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,17 @@
.build
*~
Build
Build.bat
MANIFEST
MANIFEST.bak
META.*
MYMETA.*
Makefile
Makefile.old
_build/
blib/
inc/
Math-BaseCalc-*/
Math-BaseCalc-*.tar.*
pm_to_blib
.*.sw?
16 changes: 16 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
Revision history for Perl extension Math::BaseCalc.

1.2

Several changes by Brendan Byrd:

- Complete support for large numbers in all directions, and
for large floats.
- Ability to specify a different negative sign or radix point,
if - or . will be used as a digit.
- Short-circuiting to the more efficient sprintf/oct functions
for bin/hex/oct conversions.
- Ditching Horner�s algorithm in favor of exponent-based one that
is more accurate for fractionals.
- Module will die if an invalid character is found.
- Changed tests to use new_ok if possible.
- Added Unicode tests to make sure they continue to work.

1.17

- Fixed problem that occurs when digits of an M::BC object are
Expand Down
2 changes: 1 addition & 1 deletion dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ match = ^Math-
[AutoPrereqs]
skip = ^English$

[Subversion::Tag]
;[Subversion::Tag]
Loading