EasyManuals Logo
Home>Texas Instruments>Calculator>TI-89

Texas Instruments TI-89 Developer's Guide

Texas Instruments TI-89
1398 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #815 background imageLoading...
Page #815 background image
Appendix A: System Routines — Math
773
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
push_cos
Declaration:
void
push_cos
(EStackIndex
k
)
Category(ies):
Math
Description:
Pushes onto the estack the internally-simplified cosine of the expression
indexed by
k
. The only trigonometric tag that internally-simplified results
can contain is SIN2_TAG or (if IS_COLLECT_KERNELS) TAN_RAD_TAG,
whose arguments are always in radians.
When
k
indexes a square numeric matrix, pushes the Float matrix cosine
computed via
cos
(eigenvalues(matrix)).
Inputs:
k
Index of the top tag of an internally-simplified algebraic expression,
algebraic comparison, or aggregate thereof, with angles measured
in radians.
Outputs:
None
Assumptions:
None
Side Effects:
None
Availability:
On AMS 2.02 and higher.
TI
-
89 / TI
-
92 Plus
Differences:
None
See Also: push_sin, push_tan, push_sin2
Example:
void push_sec (EStackIndex i)
/* Pushes onto the estack the secant of the expression indexed by i. */
{ if (LIST_TAG == ESTACK (i))
{ map_tail (push_sec, i - 1u);
push_quantum (LIST_TAG);
}
else
{ push_cos (i);
replace_top_with_reciprocal ();
}
}

Table of Contents

Other manuals for Texas Instruments TI-89

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Texas Instruments TI-89 and is the answer not in the manual?

Texas Instruments TI-89 Specifications

General IconGeneral
Display size (HxV)100 x 160 mm
Memory type639K FLASH ROM, 188K bytes RAM
Compatible operating systemsOperating System 2.09
Battery typeAAA

Related product manuals