Appendix A: System Routines — EStack Utilities
533
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
push_ulong_to_integer
Declaration:
void
push_ulong_to_integer
(unsigned long
x
)
Category(ies):
EStack Utilities, EStack Arithmetic
Description:
Pushes a non-negative tagged bignum integer whose value is
x
.
Inputs:
x
— Unsigned 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_long_to_integer,
push_ushort_to_integer
Example:
push_ulong_to_integer(123456789u); /* Pushes the tagged integer 123456789 */