Description Usage Arguments Value Examples
An example function to see if documentation works. Adds two numbers together
1 | example_function(x, y)
|
x |
A real number |
y |
A real number |
The sum of x
and y
1 2 | example_function(1, 1)
example_function(3, 5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.