290
APPENDIX
for US
EL-9650 functions
Major- Sub- Minor- Name Description Example of use
category category category
MATH F INEQ 4 ≥ Test operation that compares A ≥ B
values on the right with the
left. Returns 1 if true and 0
if false
5 < Test operation that compares A < B
values on the right with the
left. Returns 1 if true and 0
if false
6 ≤ Test operation that compares A ≤ B
values on the right with the
left. Returns 1 if true and 0
if false
G LOGIC
1 and Boolean operator used for A and B
N-base calculations (and)
2 or Boolean operator used for A or B
N-base calculations (or)
3 not Boolean operator used for not A
N-base calculations (not)
4 xor Boolean operator used for A xor B
N-base calculations (xor)
5 xnor Boolean operator used for A xnor B
N-base calculations (xnor)
H 1 conj ( Finds conjugate complex conj (A)
COMPLX
number of a complex
number, or conjugate complex
number of a complex
number list (CPLX)
EL-9650-Appendix (282-326) 8/1/00, 9:39 AM290