Previous Up Next

7.1.12  Testing oddness

The odd command tests an integer to see if it is odd.

Examples

odd(148)
     
0           
odd(149)
     
1           

Previous Up Next