isodd


Purpose
Test whether an integer is odd.
Synopsis
function isodd(i:integer):boolean
Argument
An integer number
Return value
true if the given integer is odd, false if it is even.


If you have any comments or suggestions about these pages, please send mail to docs@dashoptimization.com.