756
Appendix A: System Routines — Math
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
did_push_anti_deriv
Declaration:
Boolean
did_push_anti_deriv
(EStackIndex
i
, EStackIndex
vi
,
Boolean
accept_only_closed_form
)
Category(ies):
Math
Description:
Returns TRUE if it pushed an antiderivative of the expression indexed by
i
with respect to the variable indexed by
vi
.
Inputs:
i
— Index of the top tag of an
internally-simplified expression or an
aggregate thereof.
vi
— Index of the top tag of a variable.
accept_only_closed_form
— TRUE if only completely closed-form
antiderivatives are allowed.
Outputs:
Returns TRUE if it pushed an antiderivative of the expression indexed by
i
with respect to the variable indexed by
vi
. 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_def_int, push_nint
Example:
void push_anti_derivative (EStackIndex i, EStackIndex vi)
{ (void)did_push_anti_deriv (i, vi, FALSE);
}