-SCS Parameter Analyzer Reference Manual Section 6:
4200A-901-01 Rev. C / February 2017 6-293
SQRT Calc worksheet function
This command returns the square root of the specified number.
Usage
SQRT(Value)
Any positive number
Details
If you specify a negative number, the error #NUM! is returned.
Example
Returns 5.0000E+0.
Returns 12.6491E+0.
Also see
None
STDEVP Calc worksheet function
This command returns the standard deviation of a population based on an entire population of values.
Usage
STDEVP(Value_list)
A list of as many as 30 numbers, separated by commas; the list can contain
numbers or a reference to a range that contains numbers
Details
The standard deviation of a population represents an average of deviations from the population mean
within a list of values.
Example
=STDEVP(4.0, 3.0, 3.0, 3.5, 2.5n 4.0, 3.5)
Also see
VARP (on page 6-296)