type/constant - check for a constant
|
Calling Sequence
|
|
type(x, constant)
|
|
Description
|
|
•
|
The call type(x, constant) verifies whether x is a constant. A Maple expression is of type constant if it is an unevaluated function with all arguments of type constant, or a sum, product, or power with all operands of type constant. For additional details, see constant.
|
|
|
Examples
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
>
|
|
| (7) |
|
|
Download Help Document
Was this information helpful?