even - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


type/even

check for an even integer

type/odd

check for an odd integer

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

type(x, even)

type(x, odd)

Parameters

x

-

integer

Description

• 

These procedures test whether x is an integer divisible by 2.

Examples

type100,even

true

(1)

type100,odd

false

(2)

typex2,even

false

(3)

See Also

integer

type

type/integer

 


Download Help Document