Texas Instruments TI-89 Titanium User Manual page 672

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

Advertisement

Operator with syntax
integer1 and integer2
integer1 or integer2
integer1 xor integer2
You can select these operators from the MATH/Base menu. For an example using
Note:
each operator, refer to the Technical Reference module.
Suppose you enter:
0h7AC36
and
Internally, the hexadecimal integers are
converted to a signed, 32-bit binary number.
Then corresponding bits are compared.
Number Bases
Description
In a bit-by-bit and comparison, the result is 1 if
both bits are 1; otherwise, the result is 0. The
returned value represents the bit results.
In a bit-by-bit or comparison, the result is 1 if
either bit is 1; the result is 0 only if both bits are
0. The returned value represents the bit results.
In a bit-by-bit xor comparison, the result is 1 if
either bit (but not both) is 1; the result is 0 if both
bits are 0 or both bits are 1. The returned value
represents the bit results.
0h3D5F
If Base mode = HEX:
If Base mode = BIN:
669

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents