Description Usage Author(s) Examples
Addition (often signified by the plus symbol "+") is one of the four basic operations of arithmetic, with the others being subtraction, multiplication and division. The addition of two whole numbers is the total amount of those quantities combined. For example, in the picture on the right, there is a combination of three apples and two apples together, making a total of five apples. This observation is equivalent to the mathematical expression "3 + 2 = 5" i.e., "3 add 2 is equal to 5".
1 | add(x, y)
|
Thakur Dev Pandey
1 2 | ## add(2, 4)
## [1] "The sum is: 6"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.