sumR: Addition of two numbers

Description Usage Arguments Details Value Examples

Description

This package contains several functions to compute the addition of two numbers.

Usage

1
2
3
4
5
sumR(x, y)

sumRC(x, y)

sumRCall(x, y)

Arguments

x

A number.

y

A number.

Details

sumRC is an implementation using the .C interface.

sumRCall is an implementation using the .Call interface.

Value

The addition of x and y.

Examples

1
2
3
4
5
sumR(1, 2)

sumRC(1, 2)

sumRCall(1, 2)

becarioprecario/sumR documentation built on May 19, 2019, 8:21 a.m.