-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Documenter.jl
committed
Feb 7, 2024
1 parent
a54cbcb
commit d24c9ab
Showing
11 changed files
with
53 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"documenter":{"julia_version":"1.6.7","generation_timestamp":"2024-02-07T09:29:49","documenter_version":"1.2.1"}} | ||
{"documenter":{"julia_version":"1.6.7","generation_timestamp":"2024-02-07T11:16:30","documenter_version":"1.2.1"}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><title>Arblib.jl Documentation · Arblib.jl</title><meta name="title" content="Arblib.jl Documentation · Arblib.jl"/><meta property="og:title" content="Arblib.jl Documentation · Arblib.jl"/><meta property="twitter:title" content="Arblib.jl Documentation · Arblib.jl"/><meta name="description" content="Documentation for Arblib.jl."/><meta property="og:description" content="Documentation for Arblib.jl."/><meta property="twitter:description" content="Documentation for Arblib.jl."/><script data-outdated-warner src="assets/warner.js"></script><link href="https://cdnjs.cloudflare.com/ajax/libs/lato-font/3.0.0/css/lato-font.min.css" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/juliamono/0.050/juliamono.min.css" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/fontawesome.min.css" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/solid.min.css" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/brands.min.css" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.8/katex.min.css" rel="stylesheet" type="text/css"/><script>documenterBaseURL="."</script><script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.6/require.min.js" data-main="assets/documenter.js"></script><script src="search_index.js"></script><script src="siteinfo.js"></script><script src="../versions.js"></script><link class="docs-theme-link" rel="stylesheet" type="text/css" href="assets/themes/documenter-dark.css" data-theme-name="documenter-dark" data-theme-primary-dark/><link class="docs-theme-link" rel="stylesheet" type="text/css" href="assets/themes/documenter-light.css" data-theme-name="documenter-light" data-theme-primary/><script src="assets/themeswap.js"></script></head><body><div id="documenter"><nav class="docs-sidebar"><div class="docs-package-name"><span class="docs-autofit"><a href>Arblib.jl</a></span></div><button class="docs-search-query input is-rounded is-small is-clickable my-2 mx-auto py-1 px-2" id="documenter-search-query">Search docs (Ctrl + /)</button><ul class="docs-menu"><li class="is-active"><a class="tocitem" href>Arblib.jl Documentation</a></li><li><span class="tocitem">Low level wrapper</span><ul><li><a class="tocitem" href="wrapper-types/">Types</a></li><li><a class="tocitem" href="wrapper-methods/">Methods</a></li><li><a class="tocitem" href="wrapper-fpwrap/">Floating point wrapper</a></li></ul></li><li><span class="tocitem">High level interface</span><ul><li><a class="tocitem" href="interface-types/">Types</a></li><li><a class="tocitem" href="interface-ball/">Ball methods</a></li><li><a class="tocitem" href="interface-integration/">Integration</a></li><li><a class="tocitem" href="interface-series/">Series</a></li><li><a class="tocitem" href="interface-mutable/">Mutable arithmetic</a></li></ul></li><li><a class="tocitem" href="rigorous/">Rigorous numerics</a></li></ul><div class="docs-version-selector field has-addons"><div class="control"><span class="docs-label button is-static is-size-7">Version</span></div><div class="docs-selector control is-expanded"><div class="select is-fullwidth is-size-7"><select id="documenter-version-selector"></select></div></div></div></nav><div class="docs-main"><header class="docs-navbar"><a class="docs-sidebar-button docs-navbar-link fa-solid fa-bars is-hidden-desktop" id="documenter-sidebar-button" href="#"></a><nav class="breadcrumb"><ul class="is-hidden-mobile"><li class="is-active"><a href>Arblib.jl Documentation</a></li></ul><ul class="is-hidden-tablet"><li class="is-active"><a href>Arblib.jl Documentation</a></li></ul></nav><div class="docs-right"><a class="docs-navbar-link" href="https://github.com/kalmarek/Arblib.jl" title="View the repository on GitHub"><span class="docs-icon fa-brands"></span><span class="docs-label is-hidden-touch">GitHub</span></a><a class="docs-navbar-link" href="https://github.com/kalmarek/Arblib.jl/blob/master/docs/src/index.md" title="Edit source on GitHub"><span class="docs-icon fa-solid"></span></a><a class="docs-settings-button docs-navbar-link fa-solid fa-gear" id="documenter-settings-button" href="#" title="Settings"></a><a class="docs-article-toggle-button fa-solid fa-chevron-up" id="documenter-article-toggle-button" href="javascript:;" title="Collapse all docstrings"></a></div></header><article class="content" id="documenter-page"><h1 id="Arblib.jl-Documentation"><a class="docs-heading-anchor" href="#Arblib.jl-Documentation">Arblib.jl Documentation</a><a id="Arblib.jl-Documentation-1"></a><a class="docs-heading-anchor-permalink" href="#Arblib.jl-Documentation" title="Permalink"></a></h1><p>This package is a wrapper around <a href="http://arblib.org">Arb</a> - a C library for arbitrary-precision ball arithmetic. Since 2023 Arb is part of <a href="https://flintlib.org/">Flint</a>. Other wrappers of Arb/Flint for Julia include <a href="https://github.com/Nemocas/Nemo.jl">Nemo</a> and <a href="https://github.com/JeffreySarnoff/ArbNumerics.jl">ArbNumerics.jl</a>.</p><p>The <strong>goal</strong> of Arblib.jl is to supply a <strong>low lever wrapper</strong> of the methods in Arb as well as a <strong>high level interface</strong>. The low level wrapper should allow for writing methods using mutability and with performance very close to that of those written in C. The high level interface should make it easy to use in generic Julia code, similarly to how <code>BigFloat</code> is a wrapper around the MPFR library. In addition it should be possible to seamlessly switch between the high level interface and the low level wrapper when needed.</p><p>The above goals can be put into contrast with Nemo, whose high level interface is made for use in the <a href="https://github.com/Nemocas/AbstractAlgebra.jl">AbstractAlgebra.jl</a> universe and not general Julia code.</p></article><nav class="docs-footer"><a class="docs-footer-nextpage" href="wrapper-types/">Types »</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="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="auto">Automatic (OS)</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.2.1 on <span class="colophon-date" title="Wednesday 7 February 2024 09:29">Wednesday 7 February 2024</span>. Using Julia version 1.6.7.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html> | ||
<html lang="en"><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><title>Arblib.jl Documentation · Arblib.jl</title><meta name="title" content="Arblib.jl Documentation · Arblib.jl"/><meta property="og:title" content="Arblib.jl Documentation · Arblib.jl"/><meta property="twitter:title" content="Arblib.jl Documentation · Arblib.jl"/><meta name="description" content="Documentation for Arblib.jl."/><meta property="og:description" content="Documentation for Arblib.jl."/><meta property="twitter:description" content="Documentation for Arblib.jl."/><script data-outdated-warner src="assets/warner.js"></script><link href="https://cdnjs.cloudflare.com/ajax/libs/lato-font/3.0.0/css/lato-font.min.css" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/juliamono/0.050/juliamono.min.css" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/fontawesome.min.css" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/solid.min.css" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/brands.min.css" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.8/katex.min.css" rel="stylesheet" type="text/css"/><script>documenterBaseURL="."</script><script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.6/require.min.js" data-main="assets/documenter.js"></script><script src="search_index.js"></script><script src="siteinfo.js"></script><script src="../versions.js"></script><link class="docs-theme-link" rel="stylesheet" type="text/css" href="assets/themes/documenter-dark.css" data-theme-name="documenter-dark" data-theme-primary-dark/><link class="docs-theme-link" rel="stylesheet" type="text/css" href="assets/themes/documenter-light.css" data-theme-name="documenter-light" data-theme-primary/><script src="assets/themeswap.js"></script></head><body><div id="documenter"><nav class="docs-sidebar"><div class="docs-package-name"><span class="docs-autofit"><a href>Arblib.jl</a></span></div><button class="docs-search-query input is-rounded is-small is-clickable my-2 mx-auto py-1 px-2" id="documenter-search-query">Search docs (Ctrl + /)</button><ul class="docs-menu"><li class="is-active"><a class="tocitem" href>Arblib.jl Documentation</a></li><li><span class="tocitem">Low level wrapper</span><ul><li><a class="tocitem" href="wrapper-types/">Types</a></li><li><a class="tocitem" href="wrapper-methods/">Methods</a></li><li><a class="tocitem" href="wrapper-fpwrap/">Floating point wrapper</a></li></ul></li><li><span class="tocitem">High level interface</span><ul><li><a class="tocitem" href="interface-types/">Types</a></li><li><a class="tocitem" href="interface-ball/">Ball methods</a></li><li><a class="tocitem" href="interface-integration/">Integration</a></li><li><a class="tocitem" href="interface-series/">Series</a></li><li><a class="tocitem" href="interface-mutable/">Mutable arithmetic</a></li></ul></li><li><a class="tocitem" href="rigorous/">Rigorous numerics</a></li></ul><div class="docs-version-selector field has-addons"><div class="control"><span class="docs-label button is-static is-size-7">Version</span></div><div class="docs-selector control is-expanded"><div class="select is-fullwidth is-size-7"><select id="documenter-version-selector"></select></div></div></div></nav><div class="docs-main"><header class="docs-navbar"><a class="docs-sidebar-button docs-navbar-link fa-solid fa-bars is-hidden-desktop" id="documenter-sidebar-button" href="#"></a><nav class="breadcrumb"><ul class="is-hidden-mobile"><li class="is-active"><a href>Arblib.jl Documentation</a></li></ul><ul class="is-hidden-tablet"><li class="is-active"><a href>Arblib.jl Documentation</a></li></ul></nav><div class="docs-right"><a class="docs-navbar-link" href="https://github.com/kalmarek/Arblib.jl" title="View the repository on GitHub"><span class="docs-icon fa-brands"></span><span class="docs-label is-hidden-touch">GitHub</span></a><a class="docs-navbar-link" href="https://github.com/kalmarek/Arblib.jl/blob/master/docs/src/index.md" title="Edit source on GitHub"><span class="docs-icon fa-solid"></span></a><a class="docs-settings-button docs-navbar-link fa-solid fa-gear" id="documenter-settings-button" href="#" title="Settings"></a><a class="docs-article-toggle-button fa-solid fa-chevron-up" id="documenter-article-toggle-button" href="javascript:;" title="Collapse all docstrings"></a></div></header><article class="content" id="documenter-page"><h1 id="Arblib.jl-Documentation"><a class="docs-heading-anchor" href="#Arblib.jl-Documentation">Arblib.jl Documentation</a><a id="Arblib.jl-Documentation-1"></a><a class="docs-heading-anchor-permalink" href="#Arblib.jl-Documentation" title="Permalink"></a></h1><p>This package is a wrapper around <a href="http://arblib.org">Arb</a> - a C library for arbitrary-precision ball arithmetic. Since 2023 Arb is part of <a href="https://flintlib.org/">Flint</a>. Other wrappers of Arb/Flint for Julia include <a href="https://github.com/Nemocas/Nemo.jl">Nemo</a> and <a href="https://github.com/JeffreySarnoff/ArbNumerics.jl">ArbNumerics.jl</a>.</p><p>The <strong>goal</strong> of Arblib.jl is to supply a <strong>low lever wrapper</strong> of the methods in Arb as well as a <strong>high level interface</strong>. The low level wrapper should allow for writing methods using mutability and with performance very close to that of those written in C. The high level interface should make it easy to use in generic Julia code, similarly to how <code>BigFloat</code> is a wrapper around the MPFR library. In addition it should be possible to seamlessly switch between the high level interface and the low level wrapper when needed.</p><p>The above goals can be put into contrast with Nemo, whose high level interface is made for use in the <a href="https://github.com/Nemocas/AbstractAlgebra.jl">AbstractAlgebra.jl</a> universe and not general Julia code.</p></article><nav class="docs-footer"><a class="docs-footer-nextpage" href="wrapper-types/">Types »</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="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="auto">Automatic (OS)</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.2.1 on <span class="colophon-date" title="Wednesday 7 February 2024 11:16">Wednesday 7 February 2024</span>. Using Julia version 1.6.7.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html> |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.