Integer virtual sequences
Factor handbook » The language » Numbers » Arithmetic » Bitwise arithmetic

Prev:Additional bitwise arithmetic


The math.bits vocabulary implements words that represent a positive integer as a virtual sequence of bits in order of ascending significance, e.g. { f f f t } is 8.
bits

<bits> ( number length -- bits )

make-bits ( number -- bits )

bits>number ( seq -- number )