multiply: A function for multiplying

Description Usage Arguments Value Examples

View source: R/multiply.R

Description

A really good multiplying function. Perhaps the best function ever!

A work of pure genius.

Usage

1
2
3
multiply(x, y)

times(x, y)

Arguments

x

a number

y

another number

Value

a number

Examples

1
2
3
4
5
multiply(5, 10)
## Can also use negative numbers
multiply(-5, 10)
times(4, 3)
times(-4, 2)

JohnMcIntyreJR/pkg documentation built on Nov. 18, 2019, 5:34 a.m.