Documentation for 6376bf46af

This commit is contained in:
github-actions
2023-09-27 18:42:32 +00:00
parent d28eba1fef
commit b5b4d78981
5708 changed files with 52275 additions and 51112 deletions

View File

@@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.9.7"/>
<meta name="generator" content="Doxygen 1.9.8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Algorithms_in_C++: others/kelvin_to_celsius.cpp File Reference</title>
<link href="../../tabs.css" rel="stylesheet" type="text/css"/>
@@ -41,7 +41,7 @@ MathJax.Hub.Config({
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.7 -->
<!-- Generated by Doxygen 1.9.8 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "../../search/",'.html');
@@ -117,22 +117,22 @@ Include dependency graph for kelvin_to_celsius.cpp:</div>
</div><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="namespaces" name="namespaces"></a>
Namespaces</h2></td></tr>
<tr class="memitem:d0/d6f/namespaceothers"><td class="memItemLeft" align="right" valign="top">namespace &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d0/d6f/namespaceothers.html">others</a></td></tr>
<tr class="memitem:d0/d6f/namespaceothers" id="r_d0/d6f/namespaceothers"><td class="memItemLeft" align="right" valign="top">namespace &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d0/d6f/namespaceothers.html">others</a></td></tr>
<tr class="memdesc:d0/d6f/namespaceothers"><td class="mdescLeft">&#160;</td><td class="mdescRight">for <code>vector</code> <br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="func-members" name="func-members"></a>
Functions</h2></td></tr>
<tr class="memitem:aa17dc6d061dff34f6b9a610bc5e26703"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d0/d6f/namespaceothers.html#aa17dc6d061dff34f6b9a610bc5e26703">others::are_almost_equal</a> (double a, double b, double absolute_tolerance=0.0001)</td></tr>
<tr class="memitem:aa17dc6d061dff34f6b9a610bc5e26703" id="r_aa17dc6d061dff34f6b9a610bc5e26703"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d0/d6f/namespaceothers.html#aa17dc6d061dff34f6b9a610bc5e26703">others::are_almost_equal</a> (double a, double b, double absolute_tolerance=0.0001)</td></tr>
<tr class="memdesc:aa17dc6d061dff34f6b9a610bc5e26703"><td class="mdescLeft">&#160;</td><td class="mdescRight"><a class="el" href="../../de/d4a/class_compare.html" title="Comparator class for priority queue.">Compare</a> two floating point numbers with a certain tolerance. This is needed as with some values, the result (e.g.: -196.15) might be a bit lower (in this case, -196.499999...). <br /></td></tr>
<tr class="separator:aa17dc6d061dff34f6b9a610bc5e26703"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a48677fae5d683070432b1a905722d9ec"><td class="memItemLeft" align="right" valign="top">double&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d0/d6f/namespaceothers.html#a48677fae5d683070432b1a905722d9ec">others::kelvin_to_celsius</a> (double temperature_in_k)</td></tr>
<tr class="memitem:a48677fae5d683070432b1a905722d9ec" id="r_a48677fae5d683070432b1a905722d9ec"><td class="memItemLeft" align="right" valign="top">double&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d0/d6f/namespaceothers.html#a48677fae5d683070432b1a905722d9ec">others::kelvin_to_celsius</a> (double temperature_in_k)</td></tr>
<tr class="memdesc:a48677fae5d683070432b1a905722d9ec"><td class="mdescLeft">&#160;</td><td class="mdescRight">Conversion from Kelvin to Celsius algorithm. <br /></td></tr>
<tr class="separator:a48677fae5d683070432b1a905722d9ec"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a483bb8ccf42aaf7375a83e91490eda1e"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../db/d6b/kelvin__to__celsius_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">tests</a> ()</td></tr>
<tr class="memitem:a483bb8ccf42aaf7375a83e91490eda1e" id="r_a483bb8ccf42aaf7375a83e91490eda1e"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../db/d6b/kelvin__to__celsius_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e">tests</a> ()</td></tr>
<tr class="memdesc:a483bb8ccf42aaf7375a83e91490eda1e"><td class="mdescLeft">&#160;</td><td class="mdescRight">Self-test implementations. <br /></td></tr>
<tr class="separator:a483bb8ccf42aaf7375a83e91490eda1e"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../db/d6b/kelvin__to__celsius_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4">main</a> ()</td></tr>
<tr class="memitem:ae66f6b31b5ad750f1fe042a706a4e3d4" id="r_ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../db/d6b/kelvin__to__celsius_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4">main</a> ()</td></tr>
<tr class="memdesc:ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="mdescLeft">&#160;</td><td class="mdescRight">Main function. <br /></td></tr>
<tr class="separator:ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
@@ -231,7 +231,7 @@ Here is the call graph for this function:</div>
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="../../dir_9510827d0b234b3cc54b29892f217477.html">others</a></li><li class="navelem"><a class="el" href="../../db/d6b/kelvin__to__celsius_8cpp.html">kelvin_to_celsius.cpp</a></li>
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.7 </li>
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8 </li>
</ul>
</div>
</body>

View File

@@ -1,7 +1,7 @@
<map id="tests" name="tests">
<area shape="rect" id="Node000001" title="Self&#45;test implementations." alt="" coords="5,42,56,68"/>
<area shape="rect" id="Node000002" href="$d0/d6f/namespaceothers.html#aa17dc6d061dff34f6b9a610bc5e26703" title="Compare two floating point numbers with a certain tolerance. This is needed as with some values,..." alt="" coords="122,5,251,46"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="56,48,107,38,108,43,57,53"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="56,48,106,38,107,43,57,53"/>
<area shape="rect" id="Node000003" href="$d0/d6f/namespaceothers.html#a48677fae5d683070432b1a905722d9ec" title="Conversion from Kelvin to Celsius algorithm." alt="" coords="104,70,269,96"/>
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="57,57,98,64,97,70,56,62"/>
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="57,57,97,64,96,69,56,62"/>
</map>

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 8.1.0 (20230707.0739)
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
-->
<!-- Title: tests Pages: 1 -->
<svg width="206pt" height="76pt"
@@ -41,8 +41,8 @@
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M38.08,-34.11C48.56,-36.12 62.39,-38.77 76.3,-41.43"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="75.42,-45.02 85.9,-43.46 76.73,-38.14 75.42,-45.02"/>
<path fill="none" stroke="#63b8ff" d="M38.08,-34.11C48.46,-36.1 62.12,-38.72 75.89,-41.35"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="74.93,-44.73 85.41,-43.18 76.25,-37.86 74.93,-44.73"/>
</a>
</g>
</g>
@@ -59,8 +59,8 @@
<g id="edge2_Node000001_Node000003" class="edge">
<title>Node1&#45;&gt;Node3</title>
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M38.08,-27.3C46.7,-25.72 57.58,-23.73 68.91,-21.66"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="69.18,-24.99 78.38,-19.75 67.92,-18.1 69.18,-24.99"/>
<path fill="none" stroke="#63b8ff" d="M38.08,-27.3C46.52,-25.75 57.14,-23.81 68.21,-21.79"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="68.69,-25.26 77.89,-20.02 67.43,-18.37 68.69,-25.26"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 8.1.0 (20230707.0739)
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
-->
<!-- Title: tests Pages: 1 -->
<svg width="206pt" height="76pt"
@@ -31,8 +31,8 @@
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M38.08,-34.11C48.56,-36.12 62.39,-38.77 76.3,-41.43"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="75.42,-45.02 85.9,-43.46 76.73,-38.14 75.42,-45.02"/>
<path fill="none" stroke="#63b8ff" d="M38.08,-34.11C48.46,-36.1 62.12,-38.72 75.89,-41.35"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="74.93,-44.73 85.41,-43.18 76.25,-37.86 74.93,-44.73"/>
</a>
</g>
</g>
@@ -49,8 +49,8 @@
<g id="edge2_Node000001_Node000003" class="edge">
<title>Node1&#45;&gt;Node3</title>
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M38.08,-27.3C46.7,-25.72 57.58,-23.73 68.91,-21.66"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="69.18,-24.99 78.38,-19.75 67.92,-18.1 69.18,-24.99"/>
<path fill="none" stroke="#63b8ff" d="M38.08,-27.3C46.52,-25.75 57.14,-23.81 68.21,-21.79"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="68.69,-25.26 77.89,-20.02 67.43,-18.37 68.69,-25.26"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@@ -3,7 +3,7 @@
<area shape="rect" id="Node000002" href="$db/d6b/kelvin__to__celsius_8cpp.html#a483bb8ccf42aaf7375a83e91490eda1e" title="Self&#45;test implementations." alt="" coords="103,42,153,68"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="55,52,88,52,88,58,55,58"/>
<area shape="rect" id="Node000003" href="$d0/d6f/namespaceothers.html#aa17dc6d061dff34f6b9a610bc5e26703" title="Compare two floating point numbers with a certain tolerance. This is needed as with some values,..." alt="" coords="219,5,348,46"/>
<area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="153,48,204,38,205,43,154,53"/>
<area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="153,48,203,38,204,43,154,53"/>
<area shape="rect" id="Node000004" href="$d0/d6f/namespaceothers.html#a48677fae5d683070432b1a905722d9ec" title="Conversion from Kelvin to Celsius algorithm." alt="" coords="201,70,366,96"/>
<area shape="poly" id="edge3_Node000002_Node000004" title=" " alt="" coords="154,57,195,64,194,70,153,62"/>
<area shape="poly" id="edge3_Node000002_Node000004" title=" " alt="" coords="154,57,194,64,193,69,153,62"/>
</map>

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 8.1.0 (20230707.0739)
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
-->
<!-- Title: main Pages: 1 -->
<svg width="279pt" height="76pt"
@@ -40,8 +40,8 @@
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M37.14,-30.62C44.64,-30.62 53.57,-30.62 61.98,-30.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.94,-34.13 71.94,-30.62 61.94,-27.13 61.94,-34.13"/>
<path fill="none" stroke="#63b8ff" d="M37.14,-30.62C44.55,-30.62 53.37,-30.62 61.69,-30.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.43,-34.13 71.43,-30.63 61.43,-27.13 61.43,-34.13"/>
</a>
</g>
</g>
@@ -59,8 +59,8 @@
<g id="edge2_Node000002_Node000003" class="edge">
<title>Node2&#45;&gt;Node3</title>
<g id="a_edge2_Node000002_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M111.08,-34.11C121.56,-36.12 135.39,-38.77 149.3,-41.43"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="148.42,-45.02 158.9,-43.46 149.73,-38.14 148.42,-45.02"/>
<path fill="none" stroke="#63b8ff" d="M111.08,-34.11C121.46,-36.1 135.12,-38.72 148.89,-41.35"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="147.93,-44.73 158.41,-43.18 149.25,-37.86 147.93,-44.73"/>
</a>
</g>
</g>
@@ -77,8 +77,8 @@
<g id="edge3_Node000002_Node000004" class="edge">
<title>Node2&#45;&gt;Node4</title>
<g id="a_edge3_Node000002_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M111.08,-27.3C119.7,-25.72 130.58,-23.73 141.91,-21.66"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="142.18,-24.99 151.38,-19.75 140.92,-18.1 142.18,-24.99"/>
<path fill="none" stroke="#63b8ff" d="M111.08,-27.3C119.52,-25.75 130.14,-23.81 141.21,-21.79"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="141.69,-25.26 150.89,-20.02 140.43,-18.37 141.69,-25.26"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 8.1.0 (20230707.0739)
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
-->
<!-- Title: main Pages: 1 -->
<svg width="279pt" height="76pt"
@@ -30,8 +30,8 @@
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M37.14,-30.62C44.64,-30.62 53.57,-30.62 61.98,-30.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.94,-34.13 71.94,-30.62 61.94,-27.13 61.94,-34.13"/>
<path fill="none" stroke="#63b8ff" d="M37.14,-30.62C44.55,-30.62 53.37,-30.62 61.69,-30.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.43,-34.13 71.43,-30.63 61.43,-27.13 61.43,-34.13"/>
</a>
</g>
</g>
@@ -49,8 +49,8 @@
<g id="edge2_Node000002_Node000003" class="edge">
<title>Node2&#45;&gt;Node3</title>
<g id="a_edge2_Node000002_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M111.08,-34.11C121.56,-36.12 135.39,-38.77 149.3,-41.43"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="148.42,-45.02 158.9,-43.46 149.73,-38.14 148.42,-45.02"/>
<path fill="none" stroke="#63b8ff" d="M111.08,-34.11C121.46,-36.1 135.12,-38.72 148.89,-41.35"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="147.93,-44.73 158.41,-43.18 149.25,-37.86 147.93,-44.73"/>
</a>
</g>
</g>
@@ -67,8 +67,8 @@
<g id="edge3_Node000002_Node000004" class="edge">
<title>Node2&#45;&gt;Node4</title>
<g id="a_edge3_Node000002_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M111.08,-27.3C119.7,-25.72 130.58,-23.73 141.91,-21.66"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="142.18,-24.99 151.38,-19.75 140.92,-18.1 142.18,-24.99"/>
<path fill="none" stroke="#63b8ff" d="M111.08,-27.3C119.52,-25.75 130.14,-23.81 141.21,-21.79"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="141.69,-25.26 150.89,-20.02 140.43,-18.37 141.69,-25.26"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB