Packages

Library for working with Information Theory Algorithms

Current section

Files

Jump to
shannon lib shannon.ex
Raw

lib/shannon.ex

defmodule Shannon do
@moduledoc """
Documentation for `Shannon`.
"""
@doc """
Hello world.
## Examples
iex> Shannon.hello()
:world
"""
def hello do
:world
end
end