Crate numcodecs_round

source ·
Expand description

CI Status MSRV Latest Version Rust Doc Crate Rust Doc Main

Rounding codec implementation for the numcodecs API.

Structs§

  • Positive floating point number
  • Codec that rounds the data on encoding and passes through the input unchanged during decoding.

Enums§

Functions§

  • Rounds the input data using c = round(x / precision) * precision