Bits[Nand] - compute bit-wise nand of the inputs
|
Calling Sequence
|
|
Nand(num1, num2)
Nand(num1, num2, options)
|
|
Parameters
|
|
num1
|
-
|
an integer
|
num2
|
-
|
an integer
|
options
|
-
|
optional arguments
|
|
|
|
|
Description
|
|
•
|
The Nand command computes the bit-wise logical nand of the inputs returning in terms of a number. All bits that are unset in either input will be set in the output.
|
•
|
Nand takes one optional argument, bits=number that specifies the number of bits to be considered in the input. All bits past the specified number are truncated.
|
•
|
Use of this function requires that bits be set, either as an argument to Nand or globally via Settings.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
The following number represents the 15-bit Nand of num1,num2
>
|
|
| (3) |
Compare:
>
|
|
| (4) |
Negative inputs and outputs
>
|
|
>
|
|
| (5) |
>
|
|
| (6) |
|
|
Download Help Document
Was this information helpful?