@hackage gray-code0.1

Gray code encoder/decoder.

  • Categories

    • License

      BSD-3-Clause

    • Maintainer

      s.astanin@gmail.com

    • Versions

      • 0.3.1 Tue, 13 May 2014
      • 0.3 Mon, 12 May 2014
      • 0.2.2 Thu, 11 Oct 2012
      • 0.2.1 Tue, 22 Mar 2011
      • 0.2 Tue, 20 Jul 2010
      • 0.1 Fri, 16 Jul 2010

    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.