type/radical
check for fractional powers
Calling Sequence
Parameters
Description
Examples
type(expr, radical)
expr
-
expression
The definition of type radical is that expr is of type `^` and op(2, expr) (the exponent) is of type fraction.
type212,radical
true
typey25,radical
typey3,radical
false
typesqrtx2+y2,radical
See Also
^
fraction
sqrt
type
type/radext
type/radnum
type/sqrt
Download Help Document