Cumulative standard deviation: Difference between revisions

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