Appendix A: System Routines — EStack Utilities
531
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
push_long_to_integer
Declaration:
void
push_long_to_integer
(long
x
)
Category(ies):
EStack Utilities, EStack Arithmetic
Description:
Pushes a tagged bignum integer whose value is the signed value of
x
.
Inputs:
x
— Long integer.
Outputs:
None
Assumptions:
None
Side Effects:
May cause heap compression or throw an error.
Availability:
On AMS 2.00 and higher.
TI
-
89 / TI
-
92 Plus
Differences:
None
See Also: push_quantum_as_nonnegative_int, push_ulong_to_integer,
push_ushort_to_integer
Example:
push_long_to_integer ((long)(-2u)); /* Pushes a tagged integer –2 */