Search code examples
mathcountstatisticsdistinct

In a formula of distinct count algorithm, what ^ notation mean?


In the first line, there is ^ notation between (epsilon*d/2^r) and (t = r).

What does ^ mean?

enter image description here


Solution

  • The "^" symbol in this context means "and" (which may be known as && in C++ or C#).