IsOdd
Library for checking whether the number, string is odd or not.
Installation
If available in Hex, the package can be installed
by adding is_odd to your list of dependencies in mix.exs:
def deps do
[
{:is_odd, "~> 0.0.2"}
]
endDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/is_odd.