dev

From The K Language Wiki
Revision as of 10:26, 18 August 2021 by Razetime (talk | contribs) (Created page with "{{primitive|dev x|in=K7, K9}} '''Dev''' computes the standard deviation(sigma) of a list. <pre> dev 1 2 3 0.8164966 dev "Abc" 15.79733 </pre>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Dev
dev x
Supported in K7, K9

Dev computes the standard deviation(sigma) of a list.

 dev 1 2 3
0.8164966
 dev "Abc"
15.79733