Cumulative standard deviation: Difference between revisions

Content deleted Content added
→‎{{header|PHP}}: comment on spec
Line 2,206:
2</pre>
=={{header|PHP}}==
This is just straight PHP class usage, respecting the specifications "stateful" and "one at a time":
<lang PHP><?php
class sdcalc {