Expand description
$\ln(x)$
codec implementation for the numcodecs
API.
Structs§
- LogCodec
- Log codec which calculates
$c = \ln(x)$
on encoding and$d = {e}^{c}$
on decoding.
Enums§
- LogCodec
Error - Errors that may occur when applying the
LogCodec
.