Skip to content

Commit

Permalink
Regenerated.
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz committed Oct 31, 2024
1 parent 59f2ce2 commit e07702f
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 21 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -384,5 +384,5 @@ <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>

<!--
MkDocs version : 1.5.3
Build Date UTC : 2024-10-30 20:53:22.936013+00:00
Build Date UTC : 2024-10-31 06:27:32.448127+00:00
-->
49 changes: 30 additions & 19 deletions docs/libs/aanl/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,10 @@
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="3"><a href="#aasoftclipquadratic2" class="nav-link">(aa.)softclipQuadratic2</a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="3"><a href="#aatanh1" class="nav-link">(aa.)tanh1</a>
<ul class="nav flex-column">
</ul>
Expand Down Expand Up @@ -577,38 +581,45 @@ <h4 id="usage_11">Usage</h4>
<pre><code>_ : aa.softclipQuadratic1 : _
</code></pre>
<hr />
<h3 id="aasoftclipquadratic2"><code>(aa.)softclipQuadratic2</code></h3>
<p>Second-order ADAA quadratic softclip.</p>
<p>The domain of this function is ℝ; its theoretical range is [-1.0; 1.0].</p>
<h4 id="usage_12">Usage</h4>
<pre><code>_ : aa.softclipQuadratic2 : _
</code></pre>
<hr />
<h3 id="aatanh1"><code>(aa.)tanh1</code></h3>
<p>First-order ADAA tanh() saturator.</p>
<p>The domain of this function is ℝ; its theoretical range is [-1.0; 1.0].</p>
<h4 id="usage_12">Usage</h4>
<h4 id="usage_13">Usage</h4>
<pre><code>_ : aa.tanh1 : _
</code></pre>
<hr />
<h3 id="aaarctan"><code>(aa.)arctan</code></h3>
<p>First-order ADAA atan().</p>
<p>The domain of this function is ℝ; its theoretical range is ]-π/2.0; π/2.0[.</p>
<h4 id="usage_13">Usage</h4>
<p>The domain of this function is ℝ; its theoretical range is [-π/2.0; π/2.0].</p>
<h4 id="usage_14">Usage</h4>
<pre><code>_ : aa.arctan : _
</code></pre>
<hr />
<h3 id="aaarctan2"><code>(aa.)arctan2</code></h3>
<p>Second-order ADAA atan().</p>
<p>The domain of this function is ℝ; its theoretical range is ]-π/2.0; π/2.0[.</p>
<h4 id="usage_14">Usage</h4>
<h4 id="usage_15">Usage</h4>
<pre><code>_ : aa.arctan2 : _
</code></pre>
<hr />
<h3 id="aaasinh1"><code>(aa.)asinh1</code></h3>
<p>First-order ADAA asinh() saturator (unbounded).</p>
<p>The domain of this function is ℝ; its theoretical range is ℝ.</p>
<h4 id="usage_15">Usage</h4>
<h4 id="usage_16">Usage</h4>
<pre><code>_ : aa.asinh1 : _
</code></pre>
<hr />
<h3 id="aaasinh2"><code>(aa.)asinh2</code></h3>
<p>Second-order ADAA asinh() saturator (unbounded).</p>
<p>The domain of this function is ℝ; its theoretical range is ℝ.</p>
<h4 id="usage_16">Usage</h4>
<h4 id="usage_17">Usage</h4>
<pre><code>_ : aa.asinh2 : _
</code></pre>
<h2 id="trigonometry">Trigonometry</h2>
Expand All @@ -617,22 +628,22 @@ <h2 id="trigonometry">Trigonometry</h2>
<h3 id="aacosine1"><code>(aa.)cosine1</code></h3>
<p>First-order ADAA cos().</p>
<p>The domain of this function is ℝ; its theoretical range is [-1.0; 1.0].</p>
<h4 id="usage_17">Usage</h4>
<h4 id="usage_18">Usage</h4>
<pre><code>_ : aa.cosine1 : _
</code></pre>
<hr />
<h3 id="aacosine2"><code>(aa.)cosine2</code></h3>
<p>Second-order ADAA cos().</p>
<p>The domain of this function is ℝ; its theoretical range is [-1.0; 1.0].</p>
<h4 id="usage_18">Usage</h4>
<h4 id="usage_19">Usage</h4>
<pre><code>_ : aa.cosine2 : _
</code></pre>
<hr />
<h3 id="aaarccos"><code>(aa.)arccos</code></h3>
<p>First-order ADAA acos().</p>
<p>The domain of this function is [-1.0; 1.0]; its theoretical range is
[π; 0.0].</p>
<h4 id="usage_19">Usage</h4>
<h4 id="usage_20">Usage</h4>
<pre><code>_ : aa.arccos : _
</code></pre>
<hr />
Expand All @@ -642,14 +653,14 @@ <h3 id="aaarccos2"><code>(aa.)arccos2</code></h3>
[π; 0.0].</p>
<p>Note that this function is not accurate for low-amplitude or low-frequency
input signals. In that case, the first-order ADAA arccos() can be used.</p>
<h4 id="usage_20">Usage</h4>
<h4 id="usage_21">Usage</h4>
<pre><code>_ : aa.arccos2 : _
</code></pre>
<hr />
<h3 id="aaacosh1"><code>(aa.)acosh1</code></h3>
<p>First-order ADAA acosh(). </p>
<p>The domain of this function is ℝ &gt;= 1.0; its theoretical range is ℝ &gt;= 0.0.</p>
<h4 id="usage_21">Usage</h4>
<h4 id="usage_22">Usage</h4>
<pre><code>_ : aa.acosh1 : _
</code></pre>
<hr />
Expand All @@ -658,29 +669,29 @@ <h3 id="aaacosh2"><code>(aa.)acosh2</code></h3>
<p>The domain of this function is ℝ &gt;= 1.0; its theoretical range is ℝ &gt;= 0.0.</p>
<p>Note that this function is not accurate for low-frequency input signals.
In that case, the first-order ADAA acosh() can be used.</p>
<h4 id="usage_22">Usage</h4>
<h4 id="usage_23">Usage</h4>
<pre><code>_ : aa.acosh2 : _
</code></pre>
<hr />
<h3 id="aasine"><code>(aa.)sine</code></h3>
<p>First-order ADAA sin().</p>
<p>The domain of this function is ℝ; its theoretical range is ℝ.</p>
<h4 id="usage_23">Usage</h4>
<h4 id="usage_24">Usage</h4>
<pre><code>_ : aa.sine : _
</code></pre>
<hr />
<h3 id="aasine2"><code>(aa.)sine2</code></h3>
<p>Second-order ADAA sin().</p>
<p>The domain of this function is ℝ; its theoretical range is ℝ.</p>
<h4 id="usage_24">Usage</h4>
<h4 id="usage_25">Usage</h4>
<pre><code>_ : aa.sine2 : _
</code></pre>
<hr />
<h3 id="aaarcsin"><code>(aa.)arcsin</code></h3>
<p>First-order ADAA asin().</p>
<p>The domain of this function is [-1.0, 1.0]; its theoretical range is
[-π/2.0; π/2.0].</p>
<h4 id="usage_25">Usage</h4>
<h4 id="usage_26">Usage</h4>
<pre><code>_ : aa.arcsin : _
</code></pre>
<hr />
Expand All @@ -690,28 +701,28 @@ <h3 id="aaarcsin2"><code>(aa.)arcsin2</code></h3>
[-π/2.0; π/2.0].</p>
<p>Note that this function is not accurate for low-frequency input signals.
In that case, the first-order ADAA asin() can be used.</p>
<h4 id="usage_26">Usage</h4>
<h4 id="usage_27">Usage</h4>
<pre><code>_ : aa.arcsin2 : _
</code></pre>
<hr />
<h3 id="aatangent"><code>(aa.)tangent</code></h3>
<p>First-order ADAA tan().</p>
<p>The domain of this function is [-π/2.0; π/2.0]; its theoretical range is ℝ.</p>
<h4 id="usage_27">Usage</h4>
<h4 id="usage_28">Usage</h4>
<pre><code>_ : aa.tangent : _
</code></pre>
<hr />
<h3 id="aaatanh1"><code>(aa.)atanh1</code></h3>
<p>First-order ADAA atanh(). </p>
<p>The domain of this function is [-1.0; 1.0]; its theoretical range is ℝ.</p>
<h4 id="usage_28">Usage</h4>
<h4 id="usage_29">Usage</h4>
<pre><code>_ : aa.atanh1 : _
</code></pre>
<hr />
<h3 id="aaatanh2"><code>(aa.)atanh2</code></h3>
<p>Second-order ADAA atanh().</p>
<p>The domain of this function is [-1.0; 1.0]; its theoretical range is ℝ.</p>
<h4 id="usage_29">Usage</h4>
<h4 id="usage_30">Usage</h4>
<pre><code>_ : aa.atanh2 : _
</code></pre></div>
</div>
Expand Down
1 change: 1 addition & 0 deletions docs/libs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,7 @@ <h2 id="aanl">aanl</h2>
<a href="aanl/#aasinarctan">(aa.)sinarctan</a> &nbsp; &nbsp;
<a href="aanl/#aasinarctan2">(aa.)sinarctan2</a> &nbsp; &nbsp;
<a href="aanl/#aasoftclipquadratic1">(aa.)softclipQuadratic1</a> &nbsp; &nbsp;
<a href="aanl/#aasoftclipquadratic2">(aa.)softclipQuadratic2</a> &nbsp; &nbsp;
<a href="aanl/#aatanh1">(aa.)tanh1</a> &nbsp; &nbsp;
<a href="aanl/#aaarctan">(aa.)arctan</a> &nbsp; &nbsp;
<a href="aanl/#aaarctan2">(aa.)arctan2</a> &nbsp; &nbsp;
Expand Down
2 changes: 1 addition & 1 deletion docs/search/search_index.json

Large diffs are not rendered by default.

Binary file modified docs/sitemap.xml.gz
Binary file not shown.

0 comments on commit e07702f

Please sign in to comment.