powered by
This function multiplies two numbers.
multiply(x, y)
A numeric vector representing the product of the input vectors.
A numeric vector.
# Multiply two numeric vectors multiply(c(2, 3, 4), c(5, 6, 7))
Run the code above in your browser using DataLab