Did_Push_Approx_Inflection_Point - Texas Instruments TI-89 Developer's Manual

Graphing calculator
Hide thumbs Also See for TI-89:
Table of Contents

Advertisement

Appendix A: System Routines — Math

did_push_approx_inflection_point

Declaration:
Boolean did_push_approx_inflection_point (EStackIndex i ,
EStackIndex vi , Float a , Float b )
Category(ies):
Math
Description:
Returns TRUE if it pushed an approximate inflection point of the expression
indexed by i with respect to the variable indexed by vi between lower
bound a and upper bound b .
Inputs:
i
vi
a , b — Float bounds with a < b.
Outputs:
Returns TRUE if it pushed an approximate inflection point of the expression
indexed by i with respect to the variable indexed by vi between lower
bound a and upper bound b . Otherwise returns FALSE.
Assumptions:
None
Side Effects:
None
Availability:
On AMS 2.02 and higher.
TI-89 / TI-92 Plus
Differences:
None
See Also:
push_min, push_max
Example:
/* Returns TRUE after pushing tagged float 0.0 onto top of the estack. */
push_quantum_as_nonnegative_int (3u);
push_quantum (8u);
vi = top_estack;
push_quantum (EXPONENTIATION_TAG);
did_push_approx_inflection_point (top_estack, vi, -1.0, 1.0);
TI-89 / TI-92 Plus Developer Guide
— Index of the top tag of an internally-simplified expression or an
aggregate thereof.
— Index of the top tag of a variable.
/* Push variable x */
/* x^3 */
Not for Distribution
757
Beta Version January 26, 2001

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Ti-92 plusTi-92 plus

Table of Contents