Currently, using \max{1,2} will print:
max 1,2.
How do I alter it such that it prints:
max{1,2},
without having to use \max{\{1,2\}} in text?
Note: I'm fine with making a new function called \max2 that achieves this (if overwriting the original function is a problem for some reason).