We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38bc8ea commit 87cc948Copy full SHA for 87cc948
utils/hyperloglog/hll-err.rb
@@ -18,7 +18,7 @@
18
elements << ele
19
i += 1
20
}
21
- r.pfadd('hll',*elements)
+ r.pfadd('hll',elements)
22
23
approx = r.pfcount('hll')
24
abs_err = (approx-i).abs
0 commit comments