Odd:

-------------------------------------------------------------------------------
   1 if the value is odd
-------------------------------------------------------------------------------
   Form:
   n = Odd( x )
-------------------------------------------------------------------------------

   ------
   Inputs
   ------
   x         argument

   -------
   Outputs
   -------
   n         1 if odd, 0 if even

-------------------------------------------------------------------------------

Children: