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.
type⁡RootOf⁡x2−3,x,RootOf
true
type⁡sin⁡3⁢x,RootOf
false
type⁡RootOf⁡x−3,x,RootOf
type⁡RootOf⁡Z7−2⁢Z5+3,RootOf
See Also
RootOf
type
type/abstract_rootof
type/algext
type/algnum
type/specified_rootof
Download Help Document