Jump to content

Averages/Root mean square: Difference between revisions

no edit summary
(→‎{{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:
{{Out}}
<pre>6.204836822995</pre>
 
=={{header|Astro}}==
<lang astro>fun rootMeanSq(l): sqrt(mean(l²))</lang>
 
 
=={{header|AutoHotkey}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.