powered by
It takes two parameters(numeric) in X and y and returns the tropical sum of these numbers e.g. x + y=minimum(x,y).
add(x,y)
A numeric value
Tropical sum of x and y
x
y
# NOT RUN { add(1,2) # }
Run the code above in your browser using DataLab