Crate numcodecs_asinh

Source
Expand description

CI Status MSRV Latest Version Rust Doc Crate Rust Doc Main

asinh(x) codec implementation for the numcodecs API.

Structs§

  • Asinh codec, which applies a quasi-logarithmic transformation on encoding.

Enums§

Functions§

  • Compute asinh(x/w) * w over the elements of the input data array.
  • Compute sinh(x/w) * w over the elements of the input data array.
  • Compute sinh(x/w) * w over the elements of the input data array and write them into the output array.