multiply: Return the product of two numbers

Description Usage Arguments Value Examples

View source: R/multiply.R

Description

Return the product of two numbers

Usage

1
multiply(a, b)

Arguments

a

Number one

b

Number two

Value

Product of two numbers

Examples

1
2
library(newPackage)
multiply(3, 2)

lishensuo/newPackage documentation built on Dec. 21, 2021, 10:52 a.m.