Adds two double values together as per the + operator.
double
Parameters:
a
b
Returns: the sum of a and b
See also: java.util.function.BinaryOperator
Since: 1.8
@jls 4.2.4 Floating-Point Operations
Diagram: Number