Description Usage Arguments Value Examples
Simple function returns false only if x is true and y is false , otherwise it returns true. Throws an error if both inputs aren't logical.
1 | implies(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.