aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Bit-ShiftReg/pkg-descr
blob: 697091f05e4866ccd59b88ed2e717f81114e5507 (plain) (blame)
1
2
3
4
5
6
7
8
Bit::ShiftReg is a perl module that implements rotate left, rotate right,
arithmetic shift left, and logical shift right operations with carry flag for
all C integer types. The results depend on the number of bits with that the
integer types unsigned char, unsigned short, unsigned int, and unsigned long
have on your machine. The module automatically determines the number of bits of
each integer type and adjusts its internal constants accordingly.

WWW: https://metacpan.org/release/Bit-ShiftReg