Function sum( values, ... )

Description:
Returns the sum of all the non-blank supplied arguments.
Parameters:
values (floating point, one or more)
one or more numeric values
Return Value (floating point):
sum of values
Examples:
Signature:
double sum(double...)