Module dashu::base::bit

source ·
Expand description

Trait definitions for bitwise operations.

Most traits are only implemented for unsigned integers yet.

Traits§

  • Bit query for integers
  • Support encoding and decoding of floats into (mantissa, exponent) parts.
  • Functions related to the power of two.