Java Math.min() is a static method in the Java Math class that returns the smaller of two Java double values. It is commonly used in applications that require comparisons between two numbers, such as in calculating minimum values, bounds checking, or limiting ranges. Introduced in Java 1995 with Java 1.0, min() is a basic yet essential function for numerical operations.
https://docs.oracle.com/javase/8/docs/api/java/lang/Math.html