Description Usage Arguments Value Examples
View source: R/suma.dos.numeros.R
Sumatorio de dos numeros.
1 | suma.dos.numeros(x, y)
|
x |
un dato numerico. |
y |
un dato numerico. |
The sum of x
and y
.
1 2 | suma.dos.numeros(12, 3)
suma.dos.numeros(10.8, 1.3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.