Crate numcodecs_log

source ·
Expand description

CI Status MSRV Latest Version Rust Doc Crate Rust Doc Main

ln(x) codec implementation for the numcodecs API.

Structs§

  • Log codec which calculates c = ln(1) on encoding and d = exp(c) on decoding.

Enums§

Functions§

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