mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 16:18:28 -05:00
comment typo: form -> from (#8921)
This commit is contained in:
parent
a972503f57
commit
b438bc5a0b
@ -1033,7 +1033,7 @@ uint64_t hllCount(struct hllhdr *hdr, int *invalid) {
|
||||
serverPanic("Unknown HyperLogLog encoding in hllCount()");
|
||||
}
|
||||
|
||||
/* Estimate cardinality form register histogram. See:
|
||||
/* Estimate cardinality from register histogram. See:
|
||||
* "New cardinality estimation algorithms for HyperLogLog sketches"
|
||||
* Otmar Ertl, arXiv:1702.01284 */
|
||||
double z = m * hllTau((m-reghisto[HLL_Q+1])/(double)m);
|
||||
|
Loading…
Reference in New Issue
Block a user