Expand description
Bit rounding codec implementation for the numcodecs
API.
Structs§
- BitRound
Codec - Codec providing floating-point bit rounding.
Enums§
- BitRound
Codec Error - Errors that may occur when applying the
BitRoundCodec
.
Traits§
- Float
- Floating point types.
Functions§
- bit_
round - Floating-point bit rounding, which drops the specified number of bits from the floating point mantissa.