Texas Instruments TI-36X Pro User Manual - Page 62

Boolean logic, LOGIC

Page 62 highlights

3: d Specifies a decimal number. 4: o Specifies an octal integer. Examples in DEC mode Note: Mode can be set to DEC, BIN, OCT, or HEX. See the Mode section. d ´Hex 127 % - 1 < h ´Bin b ´Oct o ´Dec %¬%¬ %-"1 %-2< 10000000 % - " 2 %-4< # < Boolean logic % - ! displays the LOGIC menu, which lets you perform boolean logic. 1: and 2: or 3: xor 4: xnor 5: not( 6: 2's( 7: nand Bitwise AND of two integers Bitwise OR of two integers Bitwise XOR of two integers Bitwise XNOR of two integers Logical NOT of a number 2's complement of a number Bitwise NAND of two integers 62

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78

62
Examples in DEC mode
Note:
Mode can be set to DEC, BIN, OCT, or HEX. See the
Mode section.
Boolean logic
% — !
displays the
LOGIC
menu, which lets you
perform boolean logic.
3: d
Specifies a decimal number.
4: o
Specifies an octal integer.
d
´
Hex
-
127
% —
1
<
h
´
Bin
-
% ¬ % ¬
% — "
1
% —
2
<
b
´
Oct
-
10000000
% — "
2
% —
4
<
o
´
Dec
# <
1: and
Bitwise AND of two integers
2: or
Bitwise OR of two integers
3: xor
Bitwise XOR of two integers
4: xnor
Bitwise XNOR of two integers
5: not(
Logical NOT of a number
6: 2’s(
2’s complement of a number
7: nand
Bitwise NAND of two integers