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.
type⁡212,radical
true
type⁡y25,radical
type⁡y3,radical
false
type⁡sqrt⁡x2+y2,radical
See Also
^
fraction
sqrt
type
type/radext
type/radnum
type/sqrt
Download Help Document