Electron microscopy
 
Logical Operators in Python
- Practical Electron Microscopy and Database -
- An Online Book -
Microanalysis | EM Book                                                                                   http://www.globalsino.com/EM/        


=================================================================================

 

Table 944a. Truth table of a&b.

a
b
a&b
T
T
T
T
F
F
F
T
F
F
F
F

Table 944b. Truth table of a|b.

a
a
a|b
T
T
T
T
F
T
F
T
T
F
F
F

 

 

=================================================================================