mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
7 lines
335 B
Plaintext
7 lines
335 B
Plaintext
BaseCnv 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 conversion, please
|
|
see Ken Williams's <Ken@Forum.Swarthmore.Edu> fine Math::BaseCalc
|
|
module.
|