Crate numcodecs_bit_round

Source
Expand description

CI Status MSRV Latest Version Rust Doc Crate Rust Doc Main

Bit rounding codec implementation for the numcodecs API.

Structs§

BitRoundCodec
Codec providing floating-point bit rounding.

Enums§

BitRoundCodecError
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.