add_int: Add integer vectors

Description Usage Arguments Value Examples

View source: R/add_int.R

Description

Add integer vectors

Usage

1
do_add_int(X, Y)

Arguments

X, Y

Integer vectors representing the digits of big integers. The first digit is the 1s column, second digit is tens column etc.

Value

Integer vector representing addition of X and Y.

Examples

1
2
3
add_int(1, 1)
add_int(55, 56)
add_int(55, add_int(1, 55))

HughParsonage/sillybiggies documentation built on Nov. 5, 2019, 2:22 p.m.