We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11188ad commit 734497fCopy full SHA for 734497f
ulab_Crunch_Numbers_Fast/benchmark.py
@@ -16,7 +16,7 @@ def normalized_rms(values):
16
return math.sqrt(samples_sum / len(values))
17
18
def normalized_rms_ulab(values):
19
- # this function works with ndarrays only
+ # this function works with ndarrays only
20
minbuf = ulab.numerical.mean(values)
21
values = values - minbuf
22
samples_sum = ulab.numerical.sum(values * values)
0 commit comments