51
k
k
k
k
k
Logical Operators (AND, OR, NOT)
[OPTN]
-
[LOGIC]
The logical operator menu provides a selection of logical operators.
• {
And
}
/
{
Or
}
/
{
Not
} ... {logical multiplication}/{logical addition}/{negation}
• Be sure to specify “Comp” for Calculation/binary, octal, decimal, hexadecimal
mode.
Example
What is the logical product of A and B when A = 3 and B = 2?
A AND B = 1
Operation
Display
3
a
a
A
w
2
a
a
B
w
a
A
K
6
(
g
)
6
(
g
)
4
(LOGIC)
1
(And)
a
B
w
1
Example
What is the logical sum of A and B when A = 5 and B = 1?
A OR B = 1
Operation
Display
5
a
a
A
w
1
a
a
B
w
a
A
K
6
(
g
)
6
(
g
)
4
(LOGIC)
2
(Or)
a
B
w
1
Example
Negate A when A = 10.
NOT A = 0
Operation
Display
10
a
a
A
w
K
6
(
g
)
6
(
g
)
4
(LOGIC)
3
(Not)
a
A
w
0
Function Calculations
2 - 3
P.5
Summary of Contents for CFX-9970G
Page 22: ... CFX 9970G ...
Page 452: ...435 1 2 3 4 5 Program for Circle and Tangents No 4 Step Key Operation Display ...
Page 453: ...436 Program for Circle and Tangents No 4 Step Key Operation Display 6 7 8 9 10 ...
Page 454: ...437 11 12 13 14 15 Program for Circle and Tangents No 4 Step Key Operation Display ...
Page 455: ...438 16 17 18 Program for Circle and Tangents No 4 Step Key Operation Display ...
Page 458: ...441 1 2 3 4 5 Program for Rotating a Figure No 5 Step Key Operation Display ...