@hackage gray-code0.1
Gray code encoder/decoder.
Installation
Dependencies (1)
Dependents (3)
@hackage/acme-everything, @hackage/moo, @cardano/moo
Gray code is a binary numeral system where two successive numbers differ in only one bit. This package allows to convert Haskell numbers to one of the possible Gray codes and back.