Dev: Difference between revisions

From The K Language Wiki
Content added Content deleted
(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>")
 
("Better category ordering, add redirects to categories, fix pseudo-adverb categories")
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{primitive|dev x|in=K7, K9}}
{{primitive|dev x|in=K7, K9}}


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


<pre>
<pre>
Line 9: Line 9:
15.79733
15.79733
</pre>
</pre>

[[Category:Verbs]]
[[Category:Named verbs]]
[[Category:Primitives]]

Latest revision as of 06:15, 9 July 2022

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