# File lib/more/facets/math/std.rb, line 17
  def self.pstd(array, &block)
    Math::sqrt(pvariance(array, &block))
  end