Compute the standard deviation of a complete population.
An array of numeric inputs
The population standard deviation
const y = SMath.stdevp([1, 2, 3, 4]); // 1.118... Copy
const y = SMath.stdevp([1, 2, 3, 4]); // 1.118...
Compute the standard deviation of a complete population.