Function mean( values, ... )

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