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.
TypeToolsType⁡7,integer
true
TypeToolsType⁡23,integer
false
TypeToolsType⁡2.3,5.6,8.9,list⁡float
TypeToolsType⁡2⁢x7+3⁢x+1,polynom⁡integer
See Also
Download Help Document