Question from the Probability and Computing book by Mitzenmacher M. and Upfal E.
Given is the following polynomial: $$F(x)=\prod_{i=1}^d(x-a_i)$$
Then the book says:
Transforming $F(x)$ to its canonical form by consecutively multiplying the $i$th monomial with the product of the first $i-1$ monomials requires $\Theta(d^2)$ multiplications of coefficients.
Did the authors mean to write $2^d$? If not, what does $\Theta(\cdot)$ mean then?