multiply: Multiply of two numbers

Description Usage Arguments Value Examples

Description

starter.sum returns the product of all the values present in its arguments.

Usage

1
multiply(a, b)

Arguments

a

A number.

b

A number.

Value

The product of x and y.

Examples

1
2
3
4
5
6
multiply(1, 1)
multiply(10, 1)
## Not run: 
multiply("a")

## End(Not run)

ShinsakuOkazaki/starter documentation built on June 5, 2019, 11:02 a.m.