type/extended_numeric
check for an object of type extended_numeric
Calling Sequence
Parameters
Description
Subtypes
Supertypes
Examples
type(x, extended_numeric)
x
-
any expression
The type(x, extended_numeric) function returns true if x is of type numeric or real_infinity or is one of undefined, Float(undefined), or HFloat(undefined).
Note: infinity and undefined are of type extended_numeric but not of type numeric.
type/extended_rational, type/float, type/numeric, type/real_infinity
type/algebraic, type/atomic
type⁡1,extended_numeric
true
type⁡12,extended_numeric
type⁡1.5,extended_numeric
type⁡Name,extended_numeric
false
type⁡ab,extended_numeric
type⁡∞,extended_numeric
type⁡Float⁡undefined,numeric
type⁡Float⁡undefined,extended_numeric
See Also
infinity
type
type/extended_rational
type/finite
type/float
type/fraction
type/infinity
type/integer
type/numeric
type/rational
type/realcons
type/undefined
undefined
Download Help Document