elixircourse v0.1.0 HexDoc
Provides usefull methods for numbers
Link to this section Summary
Functions
Checking if the number given is pair
Link to this section Functions
Link to this function
is_pair?(number)
Checking if the number given is pair
Returns true
or false
.
Examples
iex> HexDoc.is_pair?(8)
true