Skip to content

Commit

Permalink
build based on 0644dcc
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Jan 28, 2025
1 parent 8a2bb03 commit 3ea1742
Show file tree
Hide file tree
Showing 35 changed files with 181 additions and 181 deletions.
2 changes: 1 addition & 1 deletion dev/.documenter-siteinfo.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"documenter":{"julia_version":"1.10.8","generation_timestamp":"2025-01-28T08:58:12","documenter_version":"1.8.0"}}
{"documenter":{"julia_version":"1.10.8","generation_timestamp":"2025-01-28T09:09:45","documenter_version":"1.8.0"}}
2 changes: 1 addition & 1 deletion dev/about/index.html

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions dev/acb/index.html

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions dev/algebraic/index.html

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions dev/arb/index.html

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions dev/complex/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/constructors/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/developer/conventions/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/developer/interfaces/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/developer/introduction/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/developer/parents/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/developer/topics/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/developer/typesystem/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dev/exact/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/factor/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
true

julia> fac[229]
3</code></pre><h3 id="Basic-functionality"><a class="docs-heading-anchor" href="#Basic-functionality">Basic functionality</a><a id="Basic-functionality-1"></a><a class="docs-heading-anchor-permalink" href="#Basic-functionality" title="Permalink"></a></h3><p>Objects of type <code>Fac</code> are iterable, that is, if <code>a</code> is an object of type <code>Fac</code>, then <code>for (p, e) in a</code> will iterate through all pairs <code>(p, e)</code>, where <code>p</code> is a factor and <code>e</code> the corresponding exponent.</p><article class="docstring"><header><a class="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><a class="docstring-binding" id="Base.in-Tuple{ZZRingElem, Fac{ZZRingElem}}" href="#Base.in-Tuple{ZZRingElem, Fac{ZZRingElem}}"><code>Base.in</code></a><span class="docstring-category">Method</span><span class="is-flex-grow-1 docstring-article-toggle-button" title="Collapse docstring"></span></header><section><div><pre><code class="language-julia hljs">in(a, b::Fac)</code></pre><p>Test whether <span>$a$</span> is a factor of <span>$b$</span>.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/Nemocas/AbstractAlgebra.jl/blob/v0.44.4/src/Factor.jl#L67-L71">source</a></section></article><article class="docstring"><header><a class="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><a class="docstring-binding" id="Base.getindex-Tuple{Fac{ZZRingElem}, ZZRingElem}" href="#Base.getindex-Tuple{Fac{ZZRingElem}, ZZRingElem}"><code>Base.getindex</code></a><span class="docstring-category">Method</span><span class="is-flex-grow-1 docstring-article-toggle-button" title="Collapse docstring"></span></header><section><div><pre><code class="language-julia hljs">getindex(a::Fac, b) -&gt; Int</code></pre><p>If <span>$b$</span> is a factor of <span>$a$</span>, the corresponding exponent is returned. Otherwise an error is thrown.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/Nemocas/AbstractAlgebra.jl/blob/v0.44.4/src/Factor.jl#L78-L83">source</a></section></article><article class="docstring"><header><a class="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><a class="docstring-binding" id="Base.length-Tuple{Fac{ZZRingElem}}" href="#Base.length-Tuple{Fac{ZZRingElem}}"><code>Base.length</code></a><span class="docstring-category">Method</span><span class="is-flex-grow-1 docstring-article-toggle-button" title="Collapse docstring"></span></header><section><div><pre><code class="language-julia hljs">length(a::Fac) -&gt; Int</code></pre><p>Return the number of factors of <span>$a$</span>, not including the unit.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/Nemocas/AbstractAlgebra.jl/blob/v0.44.4/src/Factor.jl#L145-L149">source</a></section></article><article class="docstring"><header><a class="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><a class="docstring-binding" id="AbstractAlgebra.unit-Tuple{Fac{ZZRingElem}}" href="#AbstractAlgebra.unit-Tuple{Fac{ZZRingElem}}"><code>AbstractAlgebra.unit</code></a><span class="docstring-category">Method</span><span class="is-flex-grow-1 docstring-article-toggle-button" title="Collapse docstring"></span></header><section><div><pre><code class="language-julia hljs">unit(a::Fac{T}) -&gt; T</code></pre><p>Return the unit of the factorization.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/Nemocas/AbstractAlgebra.jl/blob/v0.44.4/src/Factor.jl#L39-L43">source</a></section></article></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../matrix/">« Matrices</a><a class="docs-footer-nextpage" href="../misc/">Miscellaneous »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.8.0 on <span class="colophon-date" title="Tuesday 28 January 2025 08:58">Tuesday 28 January 2025</span>. Using Julia version 1.10.8.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
3</code></pre><h3 id="Basic-functionality"><a class="docs-heading-anchor" href="#Basic-functionality">Basic functionality</a><a id="Basic-functionality-1"></a><a class="docs-heading-anchor-permalink" href="#Basic-functionality" title="Permalink"></a></h3><p>Objects of type <code>Fac</code> are iterable, that is, if <code>a</code> is an object of type <code>Fac</code>, then <code>for (p, e) in a</code> will iterate through all pairs <code>(p, e)</code>, where <code>p</code> is a factor and <code>e</code> the corresponding exponent.</p><article class="docstring"><header><a class="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><a class="docstring-binding" id="Base.in-Tuple{ZZRingElem, Fac{ZZRingElem}}" href="#Base.in-Tuple{ZZRingElem, Fac{ZZRingElem}}"><code>Base.in</code></a><span class="docstring-category">Method</span><span class="is-flex-grow-1 docstring-article-toggle-button" title="Collapse docstring"></span></header><section><div><pre><code class="language-julia hljs">in(a, b::Fac)</code></pre><p>Test whether <span>$a$</span> is a factor of <span>$b$</span>.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/Nemocas/AbstractAlgebra.jl/blob/v0.44.4/src/Factor.jl#L67-L71">source</a></section></article><article class="docstring"><header><a class="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><a class="docstring-binding" id="Base.getindex-Tuple{Fac{ZZRingElem}, ZZRingElem}" href="#Base.getindex-Tuple{Fac{ZZRingElem}, ZZRingElem}"><code>Base.getindex</code></a><span class="docstring-category">Method</span><span class="is-flex-grow-1 docstring-article-toggle-button" title="Collapse docstring"></span></header><section><div><pre><code class="language-julia hljs">getindex(a::Fac, b) -&gt; Int</code></pre><p>If <span>$b$</span> is a factor of <span>$a$</span>, the corresponding exponent is returned. Otherwise an error is thrown.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/Nemocas/AbstractAlgebra.jl/blob/v0.44.4/src/Factor.jl#L78-L83">source</a></section></article><article class="docstring"><header><a class="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><a class="docstring-binding" id="Base.length-Tuple{Fac{ZZRingElem}}" href="#Base.length-Tuple{Fac{ZZRingElem}}"><code>Base.length</code></a><span class="docstring-category">Method</span><span class="is-flex-grow-1 docstring-article-toggle-button" title="Collapse docstring"></span></header><section><div><pre><code class="language-julia hljs">length(a::Fac) -&gt; Int</code></pre><p>Return the number of factors of <span>$a$</span>, not including the unit.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/Nemocas/AbstractAlgebra.jl/blob/v0.44.4/src/Factor.jl#L145-L149">source</a></section></article><article class="docstring"><header><a class="docstring-article-toggle-button fa-solid fa-chevron-down" href="javascript:;" title="Collapse docstring"></a><a class="docstring-binding" id="AbstractAlgebra.unit-Tuple{Fac{ZZRingElem}}" href="#AbstractAlgebra.unit-Tuple{Fac{ZZRingElem}}"><code>AbstractAlgebra.unit</code></a><span class="docstring-category">Method</span><span class="is-flex-grow-1 docstring-article-toggle-button" title="Collapse docstring"></span></header><section><div><pre><code class="language-julia hljs">unit(a::Fac{T}) -&gt; T</code></pre><p>Return the unit of the factorization.</p></div><a class="docs-sourcelink" target="_blank" href="https://github.com/Nemocas/AbstractAlgebra.jl/blob/v0.44.4/src/Factor.jl#L39-L43">source</a></section></article></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../matrix/">« Matrices</a><a class="docs-footer-nextpage" href="../misc/">Miscellaneous »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.8.0 on <span class="colophon-date" title="Tuesday 28 January 2025 09:09">Tuesday 28 January 2025</span>. Using Julia version 1.10.8.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
Loading

0 comments on commit 3ea1742

Please sign in to comment.