I doubt there is a built-in function for these that takes 3 arguments. The standard ones all take two. Of course min(x,y,x) = min(min(x,y),min(x,z))...
I doubt there is a built-in function for these that takes 3 arguments. The standard ones all take two. Of course min(x,y,x) = min(min(x,y),min(x,z))...