Skip to contents

Multiply two numbers

Usage

multiplyr(a, b)

Arguments

a

A number

b

A number

Value

The product of a and b

Examples

multiplyr(2, 5)
#> [1] 10
multiplyr(4, 8)
#> [1] 32