Home >Topic List >The difference between large function and max

The difference between large function and max

The differences are: 1. The large function returns the nth maximum value, and the max function returns the maximum value in the entire set; 2. The large function can only accept two parameters, and the max function can accept multiple parameters. For more information about the difference between the large function and max, you can visit the following article.