adda: Add together two numbers.

View source: R/__roxygen_template.R

addaR Documentation

Add together two numbers.

Description

Add together two numbers.

Usage

adda(x, y)

Arguments

x

A number.

y

A number.

Value

The sum of x and y.

Examples

adda(1, 1)
adda(10, 1)

aquaflakes/fjComm documentation built on Nov. 5, 2024, 10:01 a.m.