Programming
589
Note:
From the keyboard, you can type:
>= for
|
<= for
{
/= for
ƒ
(To get the / character, press
e
.)
Boolean Tests
Boolean operators let you combine the results of two separate tests.
The Not Function
The
not
function changes the result of a test from true to false and vice versa. For
example:
Note:
If you use
not
from the Home screen, it is shown as
~
in the history area. For
example,
not x>2
is shown as
~(x>2)
.
Operator
True if:
Example
and
Both tests are true
a>0 and a
{
10
or
At least one test is true
a
{
0 or b+c>10
xor
One test is true and the
other is false
a+6<b+1 xor c<d
not
x>2
is true if
is false if
x
{
2
x>2
Summary of Contents for Titanium TI-89
Page 9: ...Getting Started 6 TI 89 Titanium keys Ë Ì Í Ê ...
Page 34: ...Getting Started 31 2 or D 2 B u s i n e s s D B D B Press Result ...
Page 43: ...Getting Started 40 3 0 D B D D B D Press Result ...
Page 44: ...Getting Started 41 D 2 0 0 2 D B Scroll down to October and press Press Result ...
Page 58: ...Getting Started 55 Example Set split screen mode to TOP BOTTOM Press Result 3 B D ...
Page 70: ...Getting Started 67 ...
Page 175: ...Operating the Calculator 172 From the Keyboard ...
Page 456: ...Tables 453 ...
Page 527: ...Data Matrix Editor 524 ...