Let $f$ and $g$ be sequences of functions and $F$ and $G$ their corresponding generating functions, \begin{eqnarray*} & F(z)=\sum_{n\in\mathbb{N}} f_n z^n \\ & G(z)=\sum_{n\in\mathbb{N}} g_n z^n \\ \end{eqnarray*} The termwise multiplication of these sequences is an operation called Hadamar product, $$F \cdot G (z) := \sum_{n\in\mathbb{N}} f_ng_n z^n $$ As it can be found in Wikipedia, Hadamard products and diagonal generating functions, it states that $$ \boxed{F \cdot G (z) = \frac{1}{2\pi} \int_{0}^{2\pi} F\big(\sqrt{z} e^{it}\big) G\big(\sqrt{z} e^{-it}\big) dt}.$$
How do you get this formula? I have thoroughly looked for it without finding any derivation, in Wikipedia article there is a cite to a book, but this formula does not seem to appear in any form there.
This question is related to:
Algorithm for computing Hadamard product of two rational generating functions,
Is there an easier formulation for the Hadamard product of certain pair of series? as well.