var

Revision as of 03:17, 9 July 2022 by Promovicz (talk | contribs) ("Add all appropriate categories to each verb")
Var
var x
Supported in K7, K9

Var gets the variance of a list.

It can also be made using the avg function.

 var !10
8.25

 {(+/x*x:x-avg x)%#x}@!10
8.25