The gray-code package
Gray code is a binary numeral system where two successive numbers differ in only one bit.
This package allows to convert numbers to one of the possible Gray codes and back. Two binary representations of a number are supported: [Bool] and types of Bits type class. Bits is the default implementation.
Properties
| Versions | 0.1, 0.2, 0.2.1 |
|---|---|
| Dependencies | base (≥3 & <5) |
| License | BSD3 |
| Author | Sergey Astanin |
| Maintainer | s.astanin@gmail.com |
| Stability | Experimental |
| Category | Codec |
| Home page | http://bitbucket.org/jetxee/hs-gray-code |
| Upload date | Tue Mar 22 11:28:01 UTC 2011 |
| Uploaded by | SergeyAstanin |
| Built on | ghc-7.0 |
Modules
Downloads
- gray-code-0.2.1.tar.gz (Cabal source package)
- package description (included in the package)