Skip to content

Commit

Permalink
deploy: 7c55411
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed Aug 10, 2024
1 parent 7a84711 commit 97fe16d
Show file tree
Hide file tree
Showing 34 changed files with 148 additions and 148 deletions.
4 changes: 2 additions & 2 deletions consts.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<div class="info">
<div class="module">vsl</div>
<div class="toggle-version-container">
<span>0.1.50 49f5ebf</span>
<span>0.1.50 ed3acac</span>
<div
id="dark-mode-toggle"
role="switch"
Expand Down Expand Up @@ -3089,7 +3089,7 @@ <h1>Constants</h1><p>This module provides a collection of physical constants in
</section>


<div class="footer">Powered by vdoc. Generated on: 5 Aug 2024 04:15:04</div>
<div class="footer">Powered by vdoc. Generated on: 10 Aug 2024 11:44:50</div>
</div>
<div class="doc-toc"><ul><li class="open"><a href="#readme_consts">README</a></li>
<li class="open"><a href="#Constants">Constants</a></li>
Expand Down
4 changes: 2 additions & 2 deletions deriv.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<div class="info">
<div class="module">vsl</div>
<div class="toggle-version-container">
<span>0.1.50 49f5ebf</span>
<span>0.1.50 ed3acac</span>
<div
id="dark-mode-toggle"
role="switch"
Expand Down Expand Up @@ -212,7 +212,7 @@ <h1>🚀 Numerical Differentiation</h1><p>This module provides functions for com
</section>


<div class="footer">Powered by vdoc. Generated on: 5 Aug 2024 04:15:04</div>
<div class="footer">Powered by vdoc. Generated on: 10 Aug 2024 11:44:50</div>
</div>
<div class="doc-toc"><ul><li class="open"><a href="#readme_deriv">README</a></li>
<li class="open"><a href="#backward">fn backward</a> <ul>
Expand Down
4 changes: 2 additions & 2 deletions diff.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<div class="info">
<div class="module">vsl</div>
<div class="toggle-version-container">
<span>0.1.50 49f5ebf</span>
<span>0.1.50 ed3acac</span>
<div
id="dark-mode-toggle"
role="switch"
Expand Down Expand Up @@ -204,7 +204,7 @@ <h1>🧮 Numerical Differentiation</h1><p>This module equips you with powerful f
</section>


<div class="footer">Powered by vdoc. Generated on: 5 Aug 2024 04:15:04</div>
<div class="footer">Powered by vdoc. Generated on: 10 Aug 2024 11:44:50</div>
</div>
<div class="doc-toc"><ul><li class="open"><a href="#readme_diff">README</a></li>
<li class="open"><a href="#backward">fn backward</a> <ul>
Expand Down
4 changes: 2 additions & 2 deletions dist.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<div class="info">
<div class="module">vsl</div>
<div class="toggle-version-container">
<span>0.1.50 49f5ebf</span>
<span>0.1.50 ed3acac</span>
<div
id="dark-mode-toggle"
role="switch"
Expand Down Expand Up @@ -248,7 +248,7 @@ <h1>Probability Distributions algorithms</h1><p>This module provides functions f
</section>


<div class="footer">Powered by vdoc. Generated on: 5 Aug 2024 04:15:04</div>
<div class="footer">Powered by vdoc. Generated on: 10 Aug 2024 11:44:50</div>
</div>
<div class="doc-toc"><ul><li class="open"><a href="#readme_dist">README</a></li>
<li class="open"><a href="#build_text_hist">fn build_text_hist</a> <ul>
Expand Down
4 changes: 2 additions & 2 deletions easings.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<div class="info">
<div class="module">vsl</div>
<div class="toggle-version-container">
<span>0.1.50 49f5ebf</span>
<span>0.1.50 ed3acac</span>
<div
id="dark-mode-toggle"
role="switch"
Expand Down Expand Up @@ -448,7 +448,7 @@ <h1>Easing Functions</h1><p>This is a pure V module that provides easing functio
</section>


<div class="footer">Powered by vdoc. Generated on: 5 Aug 2024 04:15:04</div>
<div class="footer">Powered by vdoc. Generated on: 10 Aug 2024 11:44:50</div>
</div>
<div class="doc-toc"><ul><li class="open"><a href="#readme_easings">README</a></li>
<li class="open"><a href="#animate">fn animate</a> <ul>
Expand Down
72 changes: 36 additions & 36 deletions errors.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<div class="info">
<div class="module">vsl</div>
<div class="toggle-version-container">
<span>0.1.50 49f5ebf</span>
<span>0.1.50 ed3acac</span>
<div
id="dark-mode-toggle"
role="switch"
Expand Down Expand Up @@ -208,75 +208,75 @@
<pre class="signature">
<code><span class="token keyword">enum</span> <span class="token symbol">ErrorCode</span> <span class="token punctuation">{</span>
<span class="token comment">// success</span>
success <span class="token operator">=</span> <span class="token number">0</span>
success <span class="token operator">=</span> <span class="token number">0</span>
<span class="token comment">// generic failure</span>
failure <span class="token operator">=</span> <span class="token operator">-</span><span class="token number">1</span>
failure <span class="token operator">=</span> <span class="token operator">-</span><span class="token number">1</span>
<span class="token comment">// iteration has not converged</span>
can_continue <span class="token operator">=</span> <span class="token operator">-</span><span class="token number">2</span>
<span class="token comment">// input domain error, e.g sqrt(-1)</span>
edom <span class="token operator">=</span> <span class="token number">1</span>
edom <span class="token operator">=</span> <span class="token number">1</span>
<span class="token comment">// output range error, e.g. exp(1e+100)</span>
erange <span class="token operator">=</span> <span class="token number">2</span>
erange <span class="token operator">=</span> <span class="token number">2</span>
<span class="token comment">// invalid pointer</span>
efault <span class="token operator">=</span> <span class="token number">3</span>
efault <span class="token operator">=</span> <span class="token number">3</span>
<span class="token comment">// invalid argument supplied by user</span>
einval <span class="token operator">=</span> <span class="token number">4</span>
einval <span class="token operator">=</span> <span class="token number">4</span>
<span class="token comment">// generic failure</span>
efailed <span class="token operator">=</span> <span class="token number">5</span>
efailed <span class="token operator">=</span> <span class="token number">5</span>
<span class="token comment">// factorization failed</span>
efactor <span class="token operator">=</span> <span class="token number">6</span>
efactor <span class="token operator">=</span> <span class="token number">6</span>
<span class="token comment">// sanity check failed - shouldn't happen</span>
esanity <span class="token operator">=</span> <span class="token number">7</span>
esanity <span class="token operator">=</span> <span class="token number">7</span>
<span class="token comment">// malloc failed</span>
enomem <span class="token operator">=</span> <span class="token number">8</span>
enomem <span class="token operator">=</span> <span class="token number">8</span>
<span class="token comment">// problem with user-supplied function</span>
ebadfunc <span class="token operator">=</span> <span class="token number">9</span>
ebadfunc <span class="token operator">=</span> <span class="token number">9</span>
<span class="token comment">// iterative process is out of control</span>
erunaway <span class="token operator">=</span> <span class="token number">10</span>
erunaway <span class="token operator">=</span> <span class="token number">10</span>
<span class="token comment">// exceeded max number of iterations</span>
emaxiter <span class="token operator">=</span> <span class="token number">11</span>
emaxiter <span class="token operator">=</span> <span class="token number">11</span>
<span class="token comment">// tried to divide by zero</span>
ezerodiv <span class="token operator">=</span> <span class="token number">12</span>
ezerodiv <span class="token operator">=</span> <span class="token number">12</span>
<span class="token comment">// user specified an invalid tolerance</span>
ebadtol <span class="token operator">=</span> <span class="token number">13</span>
ebadtol <span class="token operator">=</span> <span class="token number">13</span>
<span class="token comment">// failed to reach the specified tolerance</span>
etol <span class="token operator">=</span> <span class="token number">14</span>
etol <span class="token operator">=</span> <span class="token number">14</span>
<span class="token comment">// underflow</span>
eundrflw <span class="token operator">=</span> <span class="token number">15</span>
eundrflw <span class="token operator">=</span> <span class="token number">15</span>
<span class="token comment">// overflow</span>
eovrflw <span class="token operator">=</span> <span class="token number">16</span>
eovrflw <span class="token operator">=</span> <span class="token number">16</span>
<span class="token comment">// loss of accuracy</span>
eloss <span class="token operator">=</span> <span class="token number">17</span>
eloss <span class="token operator">=</span> <span class="token number">17</span>
<span class="token comment">// failed because of roundoff error</span>
eround <span class="token operator">=</span> <span class="token number">18</span>
eround <span class="token operator">=</span> <span class="token number">18</span>
<span class="token comment">// matrix, vector lengths are not conformant</span>
ebadlen <span class="token operator">=</span> <span class="token number">19</span>
ebadlen <span class="token operator">=</span> <span class="token number">19</span>
<span class="token comment">// matrix not square</span>
enotsqr <span class="token operator">=</span> <span class="token number">20</span>
enotsqr <span class="token operator">=</span> <span class="token number">20</span>
<span class="token comment">// apparent singularity detected</span>
esing <span class="token operator">=</span> <span class="token number">21</span>
esing <span class="token operator">=</span> <span class="token number">21</span>
<span class="token comment">// integral or series is divergent</span>
ediverge <span class="token operator">=</span> <span class="token number">22</span>
ediverge <span class="token operator">=</span> <span class="token number">22</span>
<span class="token comment">// requested feature is not supported by the hardware</span>
eunsup <span class="token operator">=</span> <span class="token number">23</span>
eunsup <span class="token operator">=</span> <span class="token number">23</span>
<span class="token comment">// requested feature not (yet) implemented</span>
eunimpl <span class="token operator">=</span> <span class="token number">24</span>
eunimpl <span class="token operator">=</span> <span class="token number">24</span>
<span class="token comment">// cache limit exceeded</span>
ecache <span class="token operator">=</span> <span class="token number">25</span>
ecache <span class="token operator">=</span> <span class="token number">25</span>
<span class="token comment">// table limit exceeded</span>
etable <span class="token operator">=</span> <span class="token number">26</span>
etable <span class="token operator">=</span> <span class="token number">26</span>
<span class="token comment">// iteration is not making progress towards solution</span>
enoprog <span class="token operator">=</span> <span class="token number">27</span>
enoprog <span class="token operator">=</span> <span class="token number">27</span>
<span class="token comment">// jacobian evaluations are not improving the solution</span>
enoprogj <span class="token operator">=</span> <span class="token number">28</span>
enoprogj <span class="token operator">=</span> <span class="token number">28</span>
<span class="token comment">// cannot reach the specified tolerance in F</span>
etolf <span class="token operator">=</span> <span class="token number">29</span>
etolf <span class="token operator">=</span> <span class="token number">29</span>
<span class="token comment">// cannot reach the specified tolerance in X</span>
etolx <span class="token operator">=</span> <span class="token number">30</span>
etolx <span class="token operator">=</span> <span class="token number">30</span>
<span class="token comment">// cannot reach the specified tolerance in gradient</span>
etolg <span class="token operator">=</span> <span class="token number">31</span>
etolg <span class="token operator">=</span> <span class="token number">31</span>
<span class="token comment">// end of file</span>
eof <span class="token operator">=</span> <span class="token number">32</span>
eof <span class="token operator">=</span> <span class="token number">32</span>
<span class="token punctuation">}</span></code></pre>


Expand All @@ -291,7 +291,7 @@
</section>


<div class="footer">Powered by vdoc. Generated on: 5 Aug 2024 04:15:04</div>
<div class="footer">Powered by vdoc. Generated on: 10 Aug 2024 11:44:50</div>
</div>
<div class="doc-toc"><ul><li class="open"><a href="#error">fn error</a> <ul>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions fft.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<div class="info">
<div class="module">vsl</div>
<div class="toggle-version-container">
<span>0.1.50 49f5ebf</span>
<span>0.1.50 ed3acac</span>
<div
id="dark-mode-toggle"
role="switch"
Expand Down Expand Up @@ -204,7 +204,7 @@ <h1>Fast Fourier Transform</h1><p>The <code>fft</code> package is a wrapper of t
</section>


<div class="footer">Powered by vdoc. Generated on: 5 Aug 2024 04:15:04</div>
<div class="footer">Powered by vdoc. Generated on: 10 Aug 2024 11:44:50</div>
</div>
<div class="doc-toc"><ul><li class="open"><a href="#readme_fft">README</a></li>
<li class="open"><a href="#backward_fft">fn backward_fft</a> <ul>
Expand Down
4 changes: 2 additions & 2 deletions fit.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<div class="info">
<div class="module">vsl</div>
<div class="toggle-version-container">
<span>0.1.50 49f5ebf</span>
<span>0.1.50 ed3acac</span>
<div
id="dark-mode-toggle"
role="switch"
Expand Down Expand Up @@ -196,7 +196,7 @@
</section>


<div class="footer">Powered by vdoc. Generated on: 5 Aug 2024 04:15:04</div>
<div class="footer">Powered by vdoc. Generated on: 10 Aug 2024 11:44:50</div>
</div>
<div class="doc-toc"><ul><li class="open"><a href="#linear">fn linear</a> <ul>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions float.float32.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<div class="info">
<div class="module">vsl</div>
<div class="toggle-version-container">
<span>0.1.50 49f5ebf</span>
<span>0.1.50 ed3acac</span>
<div
id="dark-mode-toggle"
role="switch"
Expand Down Expand Up @@ -316,7 +316,7 @@
</section>


<div class="footer">Powered by vdoc. Generated on: 5 Aug 2024 04:15:04</div>
<div class="footer">Powered by vdoc. Generated on: 10 Aug 2024 11:44:50</div>
</div>
<div class="doc-toc"><ul><li class="open"><a href="#arrays_tolerance">fn arrays_tolerance</a> <ul>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions float.float64.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<div class="info">
<div class="module">vsl</div>
<div class="toggle-version-container">
<span>0.1.50 49f5ebf</span>
<span>0.1.50 ed3acac</span>
<div
id="dark-mode-toggle"
role="switch"
Expand Down Expand Up @@ -452,7 +452,7 @@
</section>


<div class="footer">Powered by vdoc. Generated on: 5 Aug 2024 04:15:04</div>
<div class="footer">Powered by vdoc. Generated on: 10 Aug 2024 11:44:50</div>
</div>
<div class="doc-toc"><ul><li class="open"><a href="#alike">fn alike</a> <ul>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions fun.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<div class="info">
<div class="module">vsl</div>
<div class="toggle-version-container">
<span>0.1.50 49f5ebf</span>
<span>0.1.50 ed3acac</span>
<div
id="dark-mode-toggle"
role="switch"
Expand Down Expand Up @@ -974,7 +974,7 @@
</section>


<div class="footer">Powered by vdoc. Generated on: 5 Aug 2024 04:15:04</div>
<div class="footer">Powered by vdoc. Generated on: 10 Aug 2024 11:44:50</div>
</div>
<div class="doc-toc"><ul><li class="open"><a href="#atan2p">fn atan2p</a> <ul>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions func.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<div class="info">
<div class="module">vsl</div>
<div class="toggle-version-container">
<span>0.1.50 49f5ebf</span>
<span>0.1.50 ed3acac</span>
<div
id="dark-mode-toggle"
role="switch"
Expand Down Expand Up @@ -324,7 +324,7 @@
</section>


<div class="footer">Powered by vdoc. Generated on: 5 Aug 2024 04:15:04</div>
<div class="footer">Powered by vdoc. Generated on: 10 Aug 2024 11:44:50</div>
</div>
<div class="doc-toc"><ul><li class="open"><a href="#Fn.new">fn Fn.new</a> <ul>
</ul>
Expand Down
6 changes: 3 additions & 3 deletions gm.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<div class="info">
<div class="module">vsl</div>
<div class="toggle-version-container">
<span>0.1.50 49f5ebf</span>
<span>0.1.50 ed3acac</span>
<div
id="dark-mode-toggle"
role="switch"
Expand Down Expand Up @@ -302,7 +302,7 @@ <h1>Geometry algorithms and structures</h1><p>This package provides some functio
<pre class="signature">
<code><span class="token keyword">struct</span> <span class="token symbol">Bin</span> <span class="token punctuation">{</span>
<span class="token keyword">pub</span> <span class="token keyword">mut</span><span class="token punctuation">:</span>
index <span class="token builtin">int</span> <span class="token comment">// index of bin</span>
index <span class="token builtin">int</span> <span class="token comment">// index of bin</span>
entries <span class="token punctuation">[</span><span class="token punctuation">]</span><span class="token operator">&</span>BinEntry <span class="token comment">// entries</span>
<span class="token punctuation">}</span></code></pre>
<p>Bin defines one bin in Bins (holds entries for search)</p>
Expand Down Expand Up @@ -531,7 +531,7 @@ <h1>Geometry algorithms and structures</h1><p>This package provides some functio
</section>


<div class="footer">Powered by vdoc. Generated on: 5 Aug 2024 04:15:04</div>
<div class="footer">Powered by vdoc. Generated on: 10 Aug 2024 11:44:50</div>
</div>
<div class="doc-toc"><ul><li class="open"><a href="#readme_gm">README</a></li>
<li class="open"><a href="#Constants">Constants</a></li>
Expand Down
4 changes: 2 additions & 2 deletions graph.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<div class="info">
<div class="module">vsl</div>
<div class="toggle-version-container">
<span>0.1.50 49f5ebf</span>
<span>0.1.50 ed3acac</span>
<div
id="dark-mode-toggle"
role="switch"
Expand Down Expand Up @@ -305,7 +305,7 @@ <h1>Graph theory structures and algorithms</h1><p>This package implements algori
</section>


<div class="footer">Powered by vdoc. Generated on: 5 Aug 2024 04:15:04</div>
<div class="footer">Powered by vdoc. Generated on: 10 Aug 2024 11:44:50</div>
</div>
<div class="doc-toc"><ul><li class="open"><a href="#readme_graph">README</a></li>
<li class="open"><a href="#Graph.new">fn Graph.new</a> <ul>
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<div class="info">
<div class="module">vsl</div>
<div class="toggle-version-container">
<span>0.1.50 49f5ebf</span>
<span>0.1.50 ed3acac</span>
<div
id="dark-mode-toggle"
role="switch"
Expand Down Expand Up @@ -183,7 +183,7 @@
</section>


<div class="footer">Powered by vdoc. Generated on: 5 Aug 2024 04:15:04</div>
<div class="footer">Powered by vdoc. Generated on: 10 Aug 2024 11:44:50</div>
</div>

</div>
Expand Down
Loading

0 comments on commit 97fe16d

Please sign in to comment.