Expand description
asinh(x) codec implementation for the numcodecs API.
Structs§
- Asinh codec, which applies a quasi-logarithmic transformation on encoding.
Enums§
- Errors that may occur when applying the
AsinhCodec.
Functions§
- Compute
asinh(x/w) * wover the elements of the inputdataarray. - Compute
sinh(x/w) * wover the elements of the inputdataarray. - Compute
sinh(x/w) * wover the elements of the inputdataarray and write them into theoutput array.