autodoc.git / traditional_manual / chapter_21.html

version» Context lines:

autodoc.git/traditional_manual/chapter_21.html:24797:   <hr />   <dl class='group--doc'>   <dt class='head--type'><span class='homogen--type'>Method</span>   <span class='homogen--name'><b>next_prime</b></span>   </dt>   <dd><p><code><code class='object unresolved'>Gmp.mpz</code> <b><span class='method'>next_prime</span>(</b><b>)</b></code></p></dd>      <dt class='head--doc'>Description</dt>   <dd class='body--doc'><p>Returns the next higher prime for positive numbers and the next    lower for negative.</p> - </dd> - <dt class='head--doc'><span id='p-count'></span>Parameter <code class='parameter'>count</code></dt> - <dd></dd><dd class='body--doc'><p>The prime number testing is using Donald Knuth's probabilistic + <p> The prime number testing is using Donald Knuth's probabilistic    primality test. The chance for a false positive is pow(0.25,25).</p>   </dd></dl>         <hr />   <dl class='group--doc'>   <dt class='head--type'><span class='homogen--type'>Method</span>   <span class='homogen--name'><b>popcount</b></span>   </dt>   <dd><p><code><code class='datatype'>int</code> <b><span class='method'>popcount</span>(</b><b>)</b></code></p></dd>