type/integer - check for an object of type integer
|
Calling Sequence
|
|
type(x, integer)
type(x, integer[n])
type(x, integer[a..b])
|
|
Parameters
|
|
x
|
-
|
any expression
|
n
|
-
|
1, 2, 4, or 8
|
a, b
|
-
|
integers with
|
|
|
|
|
Description
|
|
•
|
The type(x, integer) function returns true if x is a Maple integer.
|
|
|
Examples
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
>
|
|
| (7) |
>
|
|
| (8) |
>
|
|
| (9) |
>
|
|
| (10) |
>
|
|
| (11) |
>
|
|
| (12) |
>
|
|
| (13) |
>
|
|
| (14) |
|
|
Download Help Document
Was this information helpful?