I was looking for the listmax function but it says: "Deprecated, use the array class"
But the array class does not have a max property. So it would be nice if max, min would be added.
Other option would be if the max method of the Math class would accept an array but I guess that is less intuitive