(
c
c
The
A Function: Nand
OJ
CD
The A symbol
is
formed by overstriking
the
and
(/\)
and
the
not
(,...,)
symbols.
Monadic (One-Argument) Form
There
is
no monadic form.
Dyadic (Two-Argument) Form: Nand
AAB
The
nand function result
is
0 when
both
A and
Bare
1;
otherwise,
the
result
is
1.
The values
of
the
arguments must 1
or
O.
The arguments can be scalars, vectors,
or
other
arrays. The arguments must be
the
same shape, unless
one
of
the
arguments
is
a scalar
or
any single-element array. Arguments of
the
same shape have
the
same
shape result:
O~l
1
o
o
0 1
1XO
:I.
0 1
:I.
1
:I.
0
Nand Table
.----Argument
A
If one argument
is
a scalar
or
a single-element array,
the
shape
of
the
result
is
the
same
as
that
of
the
other
argument. The single elemeht
is
applied
to
every element
of
the
multielement array:
B~"2
2pO
:L
B
0
:I.
0
1
1XB
:I.
0
1.
0
65