mult: Multiply together two numbers

Description Usage Arguments Value

View source: R/mult.R

Description

Multiply together two numbers

Usage

1
2
mult(4, 5)
mult(10, 2)

Arguments

x

A number

y

Another number

Value

product The product of multiplying x and y


kateparrish9887/R_package_Parrish documentation built on Dec. 21, 2021, 5:20 a.m.