1Math::Base::Convert::ShUosretrcuCtosn(t3r)ibuted Perl DoMcautmhe:n:tBaatsieo:n:Convert::Shortcuts(3)
2
3
4
6 Math::Base::Convert::Shortcuts - methods for converting powers of 2
7 bases
8
10 This module contains two primary methods that convert bases that are
11 exact powers of 2 to and from base 2^32 faster than can be done by pure
12 perl math.
13
14 • $bc->useFROMbaseShortcuts
15
16 This method converts FROM an input base number to a long n*32 bit
17 register
18
19 • $output = $bc->useTObaseShortcuts;
20
21 This method converts an n*32 bit registers TO an output base
22 number.
23
24 • EXPORTS
25
26 None
27
29 Michael Robinton, michael@bizsystems.com
30
32 Copyright 2012-2015, Michael Robinton
33
34 This program is free software; you may redistribute it and/or modify it
35 under the same terms as Perl itself.
36
37 This program is distributed in the hope that it will be useful, but
38 WITHOUT ANY WARRANTY; without even the implied warranty of
39 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
40
41
42
43perl v5.38.0 2023-07-20 Math::Base::Convert::Shortcuts(3)