Difference between revisions of "CoCoA:IsEven, IsOdd"

From ApCoCoAWiki
(pushing XML rev. 1.46, again)
 
(No difference)

Latest revision as of 10:02, 24 October 2007

IsEven, IsOdd

test whether an integer is even or odd

Description

These functions test whether an integer is even or odd.

Example

  IsEven(3);
FALSE
-------------------------------
  IsOdd(3);
TRUE
-------------------------------

Syntax

IsEven(N:INT):BOOL
IsOdd(N:INT):BOOL

IsZero

   <type>boolean</type>
   <type>integer</type>