Returns the smaller of two double values as if by calling Math.min.
double
Math.min
Parameters:
a
b
Returns: the smaller of a and b.
See also: java.util.function.BinaryOperator
Since: 1.8
Diagram: Number