powered by
This function divides one number by another.
divide(x, y)
A numeric vector representing the quotient of the input vectors.
A numeric vector.
# Divide two numeric vectors divide(c(10, 20, 30), c(2, 4, 5))
Run the code above in your browser using DataLab