Basic arithmetic

suma1(x)

multi1(y)

Arguments

x, y

numeric vectors.

Examples

suma1(5)
#> [1] 15
multi1(8)
#> [1] 80