View Source Gpp.FibonacciDecoder (Gpp v0.1.2)
Decode Fibonacci encoded lists of bits in to decimal integers.
Link to this section Summary
Functions
iex> Gpp.FibonacciDecoder.decode!([1, 0, 0, 0, 0, 1, 1])
14
Link to this section Functions
iex> Gpp.FibonacciDecoder.decode!([1, 0, 0, 0, 0, 1, 1])
14