type/unit_name - check for a Maple unit name
|
Calling Sequence
|
|
type(expr, unit_name)
|
|
Description
|
|
•
|
A Maple unit name is a symbol, a symbol indexed by a symbol, or a function of either of these whose arguments are symbols.
|
•
|
The type(expr, unit_name) function returns true if expr has the form of a Maple unit name. Otherwise, false is returned.
|
|
|
Examples
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
|
|
Download Help Document
Was this information helpful?