Texas-instruments TI-73 EXPLORER User Manual Page 39

  • Download
  • Add to my manuals
  • Print
  • Page
    / 364
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 38
Chapter 2: Math Operations
33
7302ENG.DOC CH2 Math Operations, English Julie Hewlett Revised: 07/29/98 11:58 AM Printed: 05/19/99 8:58
AM Page 33 of 32
Operator: Returns true (1) if:
=
(equal) Two conditions are equal.
(not equal to) Two conditions are not equal.
>
(greater than) conditionA is greater than conditionB.
(greater than or
equal to)
conditionA is greater than or equal to
conditionB.
<
(less than) conditionA is less than conditionB.
(less than or
equal to)
conditionA is less than or equal to
conditionB.
Logic (Boolean) Operators
Logic (Boolean) operators compare conditionA and
conditionB and return
1
if the conditional statement is true.
They return
0
if the conditional statement is false. conditionA
and conditionB can be real numbers, expressions, or lists.
If both conditions are lists, they must have the same number
of elements. If one condition is a list and the other a non-list,
the non-list is compared with each element of the list, and a
list is returned.
conditionA
and
conditionB
conditionA
or
conditionB
Operator: Returns true (1) if:
and
Both conditions are nonzero.
or
A
t least one condition is nonzero.
Test
1
/
2
=
16
/
32
.
-l
:
1
=
2
"
-t
=
b
Done
b
16
=
32
b
³
1
=true
Page view 38
1 2 ... 34 35 36 37 38 39 40 41 42 43 44 ... 363 364

Comments to this Manuals

No comments