SIGN IN SIGN UP

Added quadratic mean (#7315)

* Added quadratic mean

Added a quadratic mean of the given numbers, sqrt ((n1^2+n2^2+...+nk^2)/k).

* Added tests for quadratic mean

* Corrected quadratic mean

* Added comment to quadratic mean

* Corrected quadratic mean tests

* Replaced sqrt by pow

* Error fixed

* Extra whitespace removed

* Extra whitespace removed

* Removed extra white space

* Removed extra white space
K
kvadrik committed
7d57c5720670dc0fd6e37d7bdc41ad053d925f5b
Parent: 24c2bea
Committed by GitHub <noreply@github.com> on 3/15/2026, 5:44:31 PM