Description Usage Arguments Value Examples
Simple function returns false if one of the inputs is true, otherwise it returns true. Throws an error if both inputs aren't logical.
1 | nor(x, y)
|
x |
The first logical input. |
y |
The second logical input. |
A logical input containig the resutls of !(x|y).
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.