Function variance( values, ... )

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