Description Usage Arguments Details Value Examples
The tropical product of two numbers is the odinary sum of numbers. This function returns the tropical product of arguments. If arguments are not numeric values then it generates an error. If a vector is passed as argument to the funcion it will return the tropical product of all the elements in the vector.
1 |
... |
Any number of numeric values or a single vector. |
The tropical product of two numbers is the oridnary sum of numers. This function returns the tropical product of arguments. If arguments are not numeric values then it generates an error.
Returns tropical product of arguments.
1 2 3 | x<-6
y<-5
tmultiply(x,y)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.