Dev: Difference between revisions

From The K Language Wiki
Content added Content deleted
("Add all appropriate categories to each verb")
("More lowercasing")
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>

Revision as of 04:42, 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