Cumulative standard deviation: Difference between revisions

m
→‎Using a Closure: Fix ww template
(Python: Using a Closure)
m (→‎Using a Closure: Fix ww template)
Line 420:
 
===Using a Closure===
{{Works with|Python |3.x}}
<lang python>>>> from math import sqrt
>>> def sdcreator():
Anonymous user