This module facilitates the conversion of numbers between various number bases. You may define your own digit sets, or use any of several predefined digit sets. The to_base() and from_base() methods convert between Perl numbers and strings which repr...
KWILLIAMS/Math-BaseCalc-1.019 - 08 Jun 2017 05:28:22 UTCThis module contains the standard methods used by Math::Base::Convert to convert from one base number to another base number. * $carry = addbaseno($reg32ptr,$int) This function adds an integer < 65536 to a long n*32 bit register and returns the carry...
MIKER/Math-Base-Convert-0.11 - 22 Oct 2015 22:34:07 UTCBaseCnv provides a few simple functions for converting between arbitrary number bases. You're probably better off using Michael Robinton's Math::Base::Convert benchmarked high-performance Perl modules. Another object syntax for number-base conversion...
PIP/Math-BaseCnv-1.14 - 30 Jul 2016 12:06:39 UTCMath::Int2Base provides * "int2base( $int, $base, $minlen )" for converting from decimal to another number base, * "base2int( $num, $base )" for converting from another base to decimal, and * "base_chars( $base )" for retrieving the string of charact...
BBAXTER/Math-Int2Base-1.01 - 30 Jun 2017 18:20:04 UTCThis is a package for doing integer arithmetic while using a different base representation than normal. In base n arithmetic you have n symbols which have a representation. I was going to call them "glyphs", but being text strings they are not really...
TILLY/Math-Fleximal-0.06 - 10 Apr 2005 06:23:56 UTCBaseConvert provides a few simple functions for converting between arbitrary number bases. It is as fast as I currently know how to make it (of course relying only on the lovely Perl). If you would rather utilize an object syntax for number-base conv...
CHROMATIC/Math-BaseConvert-1.8 - 14 Apr 2016 16:32:23 UTCThis is a bundle of modules related to calculations between different bases. Please have a look at Bundle::Math. If you would like to see a specific module included in a future version of this bundle, please send me an email or use rt.cpan.org....
SMUELLER/Bundle-Math-Base-1.00 - 03 Apr 2004 16:12:23 UTC