TypeTools
Type
test whether an expression is of the given type
Calling Sequence
Parameters
Description
Examples
Type(e, t)
e
-
any expression
t
type
The Type command tests whether the expression e is of the type t. This command is identical to the top-level type command. For information about this command, see type.
TypeToolsType7,integer
true
TypeToolsType23,integer
false
TypeToolsType2.3,5.6,8.9,listfloat
TypeToolsType2x7+3x+1,polynominteger
See Also
Download Help Document