Mazdak Farrokhzad edited stuff.tex  about 10 years ago

Commit id: 6d73f8404a66c038faa8ca947cdcb94a5e00ce33

deletions | additions      

       

end loop  \end{verbatim}  We have however re-written it using for-syntax:  \begin{verbatim}  for p in 2..sqrt(n) loop  if prime[p] then  for ( m = p * p; m <= n; m += p ) {  prime[m] = false;  }  end if  end loop  \end{verbatim}  \section{Solving the sums, mathematical correct estimate}  \subsection{Laws and forumulas of summation}