Crate numcodecs_log

source ·
Expand description

CI Status MSRV Latest Version Rust Doc Crate Rust Doc Main

ln(x+1) codec implementation for the numcodecs API.

Structs§

  • Log codec which calculates c = log(1+x) on encoding and d = exp(c)-1 on decoding.

Enums§

Traits§

  • Floating point types.

Functions§

  • Compute exp(x)-1 over the elements of the input data array.
  • Compute exp(x)-1 over the elements of the input data array and write them into the output array.
  • Compute ln(x+1) over the elements of the input data array.