在不重复计数算法的公式中,^符号是什么意思?

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

第一行,(epsilon*d/2^r) 和(t = r) 之间有^符号。

^ 是什么意思?

“^”符号在此上下文中表示“和”(在 C++ 或 C# 中可能称为 &&)。