add mathematical function to string function for braille and block characters

This commit is contained in:
2019-11-15 16:05:54 +01:00
parent 0041abe8f3
commit 1de007a285
48 changed files with 6987 additions and 82 deletions

View File

@@ -24,10 +24,6 @@
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
<script type="text/javascript">
DOCUMENTATION_OPTIONS.COLLAPSE_INDEX = true;
</script>
</head><body>
@@ -50,6 +46,7 @@
<a href="#cap-m"><strong>m</strong></a> |
<a href="#cap-n"><strong>n</strong></a> |
<a href="#cap-o"><strong>o</strong></a> |
<a href="#cap-p"><strong>p</strong></a> |
<a href="#cap-t"><strong>t</strong></a>
</div>
@@ -60,12 +57,12 @@
<tr>
<td></td>
<td>
<a href="data.html#module-data"><code class="xref">data</code></a> <em>(*nix, Windows)</em></td><td>
<a href="pylib.html#module-data"><code class="xref">data</code></a> <em>(*nix, Windows)</em></td><td>
<em>Handle data files and structures.</em></td></tr>
<tr>
<td></td>
<td>
<a href="date.html#module-date"><code class="xref">date</code></a> <em>(*nix, Windows)</em></td><td>
<a href="pylib.html#module-date"><code class="xref">date</code></a> <em>(*nix, Windows)</em></td><td>
<em>Special dates.</em></td></tr>
<tr class="pcap"><td></td><td>&#160;</td><td></td></tr>
<tr class="cap" id="cap-f"><td></td><td>
@@ -73,12 +70,12 @@
<tr>
<td></td>
<td>
<a href="numerical.html#module-fit"><code class="xref">fit</code></a> <em>(*nix, Windows)</em></td><td>
<a href="pylib.numerical.html#module-fit"><code class="xref">fit</code></a> <em>(*nix, Windows)</em></td><td>
<em>Function and approximation.</em></td></tr>
<tr>
<td></td>
<td>
<a href="function.html#module-function"><code class="xref">function</code></a> <em>(*nix, Windows)</em></td><td>
<a href="pylib.html#module-function"><code class="xref">function</code></a> <em>(*nix, Windows)</em></td><td>
<em>Mathematical equations.</em></td></tr>
<tr class="pcap"><td></td><td>&#160;</td><td></td></tr>
<tr class="cap" id="cap-g"><td></td><td>
@@ -86,12 +83,12 @@
<tr>
<td></td>
<td>
<a href="geometry.html#module-geometry"><code class="xref">geometry</code></a> <em>(*nix, Windows)</em></td><td>
<a href="pylib.html#module-geometry"><code class="xref">geometry</code></a> <em>(*nix, Windows)</em></td><td>
<em>Geometry objects.</em></td></tr>
<tr>
<td></td>
<td>
<a href="geometry_plot.html#module-geometry_plot"><code class="xref">geometry_plot</code></a> <em>(*nix, Windows)</em></td><td>
<a href="pylib.html#module-geometry_plot"><code class="xref">geometry_plot</code></a> <em>(*nix, Windows)</em></td><td>
<em>Geometry plotting.</em></td></tr>
<tr class="pcap"><td></td><td>&#160;</td><td></td></tr>
<tr class="cap" id="cap-i"><td></td><td>
@@ -99,7 +96,7 @@
<tr>
<td></td>
<td>
<a href="numerical.html#module-integration"><code class="xref">integration</code></a> <em>(*nix, Windows)</em></td><td>
<a href="pylib.numerical.html#module-integration"><code class="xref">integration</code></a> <em>(*nix, Windows)</em></td><td>
<em>Numerical integration.</em></td></tr>
<tr class="pcap"><td></td><td>&#160;</td><td></td></tr>
<tr class="cap" id="cap-m"><td></td><td>
@@ -107,7 +104,7 @@
<tr>
<td></td>
<td>
<a href="mathematics.html#module-mathematics"><code class="xref">mathematics</code></a> <em>(*nix, Windows)</em></td><td>
<a href="pylib.html#module-mathematics"><code class="xref">mathematics</code></a> <em>(*nix, Windows)</em></td><td>
<em>Mathematical functions.</em></td></tr>
<tr class="pcap"><td></td><td>&#160;</td><td></td></tr>
<tr class="cap" id="cap-n"><td></td><td>
@@ -144,20 +141,89 @@
<tr>
<td></td>
<td>
<a href="numerical.html#module-ode"><code class="xref">ode</code></a> <em>(*nix, Windows)</em></td><td>
<a href="pylib.numerical.html#module-ode"><code class="xref">ode</code></a> <em>(*nix, Windows)</em></td><td>
<em>Numerical solver.</em></td></tr>
<tr>
<td></td>
<td>
<a href="numerical.html#module-ode_model"><code class="xref">ode_model</code></a> <em>(*nix, Windows)</em></td><td>
<a href="pylib.numerical.html#module-ode_model"><code class="xref">ode_model</code></a> <em>(*nix, Windows)</em></td><td>
<em>Models of ordinary differential equations.</em></td></tr>
<tr class="pcap"><td></td><td>&#160;</td><td></td></tr>
<tr class="cap" id="cap-p"><td></td><td>
<strong>p</strong></td><td></td></tr>
<tr>
<td><img src="_static/minus.png" class="toggler"
id="toggle-2" style="display: none" alt="-" /></td>
<td>
<a href="pylib.html#module-pylib"><code class="xref">pylib</code></a></td><td>
<em></em></td></tr>
<tr class="cg-2">
<td></td>
<td>&#160;&#160;&#160;
<a href="pylib.html#module-pylib.data"><code class="xref">pylib.data</code></a></td><td>
<em></em></td></tr>
<tr class="cg-2">
<td></td>
<td>&#160;&#160;&#160;
<a href="pylib.html#module-pylib.date"><code class="xref">pylib.date</code></a></td><td>
<em></em></td></tr>
<tr class="cg-2">
<td></td>
<td>&#160;&#160;&#160;
<a href="pylib.html#module-pylib.function"><code class="xref">pylib.function</code></a></td><td>
<em></em></td></tr>
<tr class="cg-2">
<td></td>
<td>&#160;&#160;&#160;
<a href="pylib.html#module-pylib.geometry"><code class="xref">pylib.geometry</code></a></td><td>
<em></em></td></tr>
<tr class="cg-2">
<td></td>
<td>&#160;&#160;&#160;
<a href="pylib.html#module-pylib.geometry_plot"><code class="xref">pylib.geometry_plot</code></a></td><td>
<em></em></td></tr>
<tr class="cg-2">
<td></td>
<td>&#160;&#160;&#160;
<a href="pylib.html#module-pylib.mathematics"><code class="xref">pylib.mathematics</code></a></td><td>
<em></em></td></tr>
<tr class="cg-2">
<td></td>
<td>&#160;&#160;&#160;
<a href="pylib.numerical.html#module-pylib.numerical"><code class="xref">pylib.numerical</code></a></td><td>
<em></em></td></tr>
<tr class="cg-2">
<td></td>
<td>&#160;&#160;&#160;
<a href="pylib.numerical.html#module-pylib.numerical.fit"><code class="xref">pylib.numerical.fit</code></a></td><td>
<em></em></td></tr>
<tr class="cg-2">
<td></td>
<td>&#160;&#160;&#160;
<a href="pylib.numerical.html#module-pylib.numerical.integration"><code class="xref">pylib.numerical.integration</code></a></td><td>
<em></em></td></tr>
<tr class="cg-2">
<td></td>
<td>&#160;&#160;&#160;
<a href="pylib.numerical.html#module-pylib.numerical.ode"><code class="xref">pylib.numerical.ode</code></a></td><td>
<em></em></td></tr>
<tr class="cg-2">
<td></td>
<td>&#160;&#160;&#160;
<a href="pylib.numerical.html#module-pylib.numerical.ode_model"><code class="xref">pylib.numerical.ode_model</code></a></td><td>
<em></em></td></tr>
<tr class="cg-2">
<td></td>
<td>&#160;&#160;&#160;
<a href="pylib.html#module-pylib.time_of_day"><code class="xref">pylib.time_of_day</code></a></td><td>
<em></em></td></tr>
<tr class="pcap"><td></td><td>&#160;</td><td></td></tr>
<tr class="cap" id="cap-t"><td></td><td>
<strong>t</strong></td><td></td></tr>
<tr>
<td></td>
<td>
<a href="time_of_day.html#module-time_of_day"><code class="xref">time_of_day</code></a> <em>(*nix, Windows)</em></td><td>
<a href="pylib.html#module-time_of_day"><code class="xref">time_of_day</code></a> <em>(*nix, Windows)</em></td><td>
<em>Calculate time.</em></td></tr>
</table>
@@ -212,7 +278,7 @@
&copy;2019, Daniel Weschke.
|
Powered by <a href="http://sphinx-doc.org/">Sphinx 2.2.0</a>
Powered by <a href="http://sphinx-doc.org/">Sphinx 2.2.1</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
</div>