add: add two numbers

View source: R/add.R

addR Documentation

add two numbers

Description

add two numbers

Usage

add(a, b)

Arguments

a

integer a

b

integer b

Value

a+b

Examples

add(1,2)
add(0,0)
add(-1,-1)

harrysyz99/whatever documentation built on April 24, 2022, 12:14 a.m.