Appendix A: System Routines — EStack Arithmetic
473
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
is_cFloat_agg
Declaration:
Boolean
is_cFloat_agg
(EStackIndex
i
)
Category(ies):
EStack Arithmetic
Description:
Tests whether every element of a scalar or aggregate is a float or complex
float.
Inputs:
i
— EStackIndex of a scalar expression, a list, or a matrix in internal
tokenized form.
Outputs:
Returns TRUE if every element of the input is a float or complex float in
internal tokenized form.
Assumptions:
None
Side Effects:
None
Availability:
On AMS 2.00 and higher.
TI-89 / TI-92 Plus
Differences:
None
See Also: is_complex_Float, is_complex_number
(continued)