public static double sum (double a, double b)

Adds two double values together as per the + operator.

Parameters:
a    the first operand
b    the second operand

Returns:  the sum of a and b

See also:
java.util.function.BinaryOperator

Since:  1.8

@jls 4.2.4 Floating-Point Operations