math-parser icon indicating copy to clipboard operation
math-parser copied to clipboard

Max,Min Functions

Open a-gholami opened this issue 4 years ago • 1 comments

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

a-gholami avatar Jul 09 '21 11:07 a-gholami

There is currently no straightforward way to handle functions of several variables, but it's on the wishlist.

mossadal avatar Sep 02 '21 06:09 mossadal