Averages/Root mean square: Difference between revisions

Content added Content deleted
(→‎{{header|Clojure}}: Removed dependency and use the built in function - works copy/paste in any vanilla clojure repl, whereas before, you needed to edit a project.clj file not documented)
No edit summary
Line 168: Line 168:
{{Out}}
{{Out}}
<pre>6.204836822995</pre>
<pre>6.204836822995</pre>

=={{header|Astro}}==
<lang astro>fun rootMeanSq(l): sqrt(mean(l²))</lang>



=={{header|AutoHotkey}}==
=={{header|AutoHotkey}}==