next up previous contents index
Next: expand Up: Product Previous: size   Contents   Index


divisors


\begin{usage}
for d in divisors~p repeat \{ \dots \}
\end{usage}


Signature


\begin{params}
{\em p} & \% & A product\\
\end{params}

\begin{descr}
This generator yields all the products of the form
$\prod_{i=1}^n...
...{f_i}$\ where $p = \prod_{i=1}^n r_i^{e_i}$and $0 \le f_i \le e_i$.
\end{descr}


Example



Manuel Bronstein 2000-12-13