Data update
This commit is contained in:
parent
796d366b97
commit
35bcdeebf8
504 changed files with 7045 additions and 610 deletions
|
|
@ -0,0 +1,8 @@
|
|||
func rms v[] .
|
||||
for v in v[]
|
||||
sum += v * v
|
||||
.
|
||||
return sqrt (sum / len v[])
|
||||
.
|
||||
v[] = [ 1 2 3 4 5 6 7 8 9 10 ]
|
||||
print rms v[]
|
||||
Loading…
Add table
Add a link
Reference in a new issue