Given two input values, perform some arithmetic operation on them.
1 | operation(x, y, op)
|
x |
The first input value. This should only take a single value. |
y |
The second input value. Should have the same dimensionality as first. |
op |
The arithmetic operation to be run on x and y. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.