isOdd Function
Function receives value and returns true if value is odd.
odd(val)
val |
Value to check |
Determines value of parameter in argument.
Returns true
when value checked is odd. Otherwise, function
returns a value false
.
This function is internal to commonalityCoefficients
,
called during runtime and passed the appropriate parameters. This
is not an end-user function.
Kim Nimon <kim.nimon@gmail.com>
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.