math-parser
math-parser copied to clipboard
Max,Min Functions
Hi, can u please add Maximum, Minimum Functions? For Example: max(1,3) + 7 // return 10
min(5,0) + 10 //return 10
or if possible:
max(1,2,3,4,5) + 1 //return 6
//x=1 , y=2 max(x,y) + 10 // return 12
There is currently no straightforward way to handle functions of several variables, but it's on the wishlist.