Description Usage Arguments Value Examples
A version of identical() that accepts arbitrarily many inputs. (It turns out that Reduce(identical, ...) doesn't do what you might like.)
1 |
... |
(list) The things to test for identicality. |
1 | (boolean) Whether they are all identical.
|
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.