Roll20 already provides floor() and ceil() to get round numbers in math formulas, but it's missing min() and max() allowing you to get the smallest and highest value of an array of values. Currently, the only thing that exists in Roll20 is around dice rolling, it is the {}kh, {}kl macros, however those only work when rolling dice, it'd be great to have that for math formulas in general. For example, Pathfinder defines a lot of values like "1/4 of your level (minimum of 1)" and there is no way to say minimum of 1 in formulas, adding those functions would allow us to write something like this [[min(floor(@{class1_level}/3),1) + @{intelligence_mod}]] making the formula work properly. It'd be great if the list of parameters was not bounded so you could compare 3 values or more and get the biggest one.