type/radfunext
check for a radical function extension
Calling Sequence
Parameters
Description
Examples
type(expr, radfunext)
expr
-
expression
The type(expr, radfunext) calling sequence checks to see if expr is a radical function extension.
A radical function extension is an algebraic function extension specified in terms of radicals. This is a root of a combination of rational functions and roots of rational functions specified in terms of radicals.
The type(expr, radfunext) calling sequence is equivalent to type(expr, radfun) and (type(expr, radext).
See Also
sqrt
type
type/algext
type/radext
type/radfun
type/radical
type/radnumext
Download Help Document