Description Usage Arguments Details Value Examples
Function for summing 2 numbers
1 | sum2(num1 = 3, num2 = 4)
|
num1 |
First number to sum. Default is 3. |
num2 |
Second number to sum. Default is 4. |
Function for summing two numbers
Sum of num1 and num2
1 | sum2(num1=3, num2=5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.