type/undefined - check for an object of type undefined
|
Calling Sequence
|
|
type(x, undefined)
|
|
Description
|
|
•
|
The type(x, undefined) function returns true if x is
|
|
2. a floating-point number whose exponent is undefined;
|
|
3. a nonreal, where at least one of the arguments satisfies either (1) or (2).
|
•
|
A complex extended_numeric object in which one component is of type infinity and the other is of type undefined, is considered to be of both types infinity and undefined. In most computations, however, such an object is considered to be an infinity first, and an undefined second. See the last example below.
|
|
|
Examples
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
>
|
|
| (7) |
>
|
|
| (8) |
>
|
|
| (9) |
>
|
|
| (10) |
|
|
Download Help Document
Was this information helpful?