type/RootOf
check for a RootOf expression
Calling Sequence
Parameters
Description
Examples
type(expr, RootOf)
expr
-
any expression
An expression is of type RootOf if it is of the form RootOf(x), where x is an algebraic expression.
typeRootOfx2−3,x,RootOf
true
typesin3x,RootOf
false
typeRootOfx−3,x,RootOf
typeRootOfZ7−2Z5+3,RootOf
See Also
RootOf
type
type/abstract_rootof
type/algext
type/algnum
type/specified_rootof
Download Help Document