public static double min (double a, double b)

Returns the smaller of two double values as if by calling Math.min.

Parameters:
a    the first operand
b    the second operand

Returns:  the smaller of a and b.

See also:
java.util.function.BinaryOperator

Since:  1.8