Java Math.max()

Java Math.max() is a static method in the Java Math class that returns the larger of two Java double values. It is commonly used for finding the maximum value between two numbers, such as in calculations involving measurements, bounds checking, or comparisons. Introduced in Java 1995 with Java 1.0, max() is a fundamental method for numerical comparison in Java.

https://docs.oracle.com/javase/8/docs/api/java/lang/Math.html