powered by
This function returns the product of X and Y according to tropical algebra.
multiply(x,y)
A numeric value
Returns the tropical multiplication of x and y
x
y
e.g. #' x<- 6 #' y<- 5 #' Now function call : multiply(5,6) #' The returned value will be 11.
# NOT RUN { multiply(6,5) # }
Run the code above in your browser using DataLab