Category talk:Wren-math: Difference between revisions

Content deleted Content added
PureFox (talk | contribs)
→‎Source code: Changed a class name (Stat -> Nums) to avoid a clash with an existing system module.
PureFox (talk | contribs)
→‎Source code: Missing parameter.
Line 320:
 
// Returns the population standard deviation of 'a'.
static popStdDev(a) { popVariance(a).sqrt }
 
// Returns the mean deviation of 'a'.
Return to "Wren-math" page.