Documentation for 6376bf46af
@@ -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++: math/iterative_factorial.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&dn=expat.txt MIT */
|
||||
var searchBox = new SearchBox("searchBox", "../../search/",'.html');
|
||||
@@ -118,19 +118,19 @@ Include dependency graph for iterative_factorial.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:dd/d47/namespacemath"><td class="memItemLeft" align="right" valign="top">namespace  </td><td class="memItemRight" valign="bottom"><a class="el" href="../../dd/d47/namespacemath.html">math</a></td></tr>
|
||||
<tr class="memitem:dd/d47/namespacemath" id="r_dd/d47/namespacemath"><td class="memItemLeft" align="right" valign="top">namespace  </td><td class="memItemRight" valign="bottom"><a class="el" href="../../dd/d47/namespacemath.html">math</a></td></tr>
|
||||
<tr class="memdesc:dd/d47/namespacemath"><td class="mdescLeft"> </td><td class="mdescRight">for IO operations <br /></td></tr>
|
||||
<tr class="separator:"><td class="memSeparator" colspan="2"> </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:a2565c745aac2f9561cc6fd9e56d9b77a"><td class="memItemLeft" align="right" valign="top">uint64_t </td><td class="memItemRight" valign="bottom"><a class="el" href="../../dd/d47/namespacemath.html#a2565c745aac2f9561cc6fd9e56d9b77a">math::iterativeFactorial</a> (uint8_t n)</td></tr>
|
||||
<tr class="memitem:a2565c745aac2f9561cc6fd9e56d9b77a" id="r_a2565c745aac2f9561cc6fd9e56d9b77a"><td class="memItemLeft" align="right" valign="top">uint64_t </td><td class="memItemRight" valign="bottom"><a class="el" href="../../dd/d47/namespacemath.html#a2565c745aac2f9561cc6fd9e56d9b77a">math::iterativeFactorial</a> (uint8_t n)</td></tr>
|
||||
<tr class="memdesc:a2565c745aac2f9561cc6fd9e56d9b77a"><td class="mdescLeft"> </td><td class="mdescRight">Calculates the factorial iteratively. <br /></td></tr>
|
||||
<tr class="separator:a2565c745aac2f9561cc6fd9e56d9b77a"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:aa8dca7b867074164d5f45b0f3851269d"><td class="memItemLeft" align="right" valign="top">static void </td><td class="memItemRight" valign="bottom"><a class="el" href="../../db/d9f/iterative__factorial_8cpp.html#aa8dca7b867074164d5f45b0f3851269d">test</a> ()</td></tr>
|
||||
<tr class="memitem:aa8dca7b867074164d5f45b0f3851269d" id="r_aa8dca7b867074164d5f45b0f3851269d"><td class="memItemLeft" align="right" valign="top">static void </td><td class="memItemRight" valign="bottom"><a class="el" href="../../db/d9f/iterative__factorial_8cpp.html#aa8dca7b867074164d5f45b0f3851269d">test</a> ()</td></tr>
|
||||
<tr class="memdesc:aa8dca7b867074164d5f45b0f3851269d"><td class="mdescLeft"> </td><td class="mdescRight">Self-test implementations to test iterativeFactorial function. <br /></td></tr>
|
||||
<tr class="separator:aa8dca7b867074164d5f45b0f3851269d"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="../../db/d9f/iterative__factorial_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4">main</a> ()</td></tr>
|
||||
<tr class="memitem:ae66f6b31b5ad750f1fe042a706a4e3d4" id="r_ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="../../db/d9f/iterative__factorial_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4">main</a> ()</td></tr>
|
||||
<tr class="memdesc:ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="mdescLeft"> </td><td class="mdescRight">Main function. <br /></td></tr>
|
||||
<tr class="separator:ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
</table>
|
||||
@@ -261,7 +261,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_296d53ceaeaa7e099814a6def439fe8a.html">math</a></li><li class="navelem"><a class="el" href="../../db/d9f/iterative__factorial_8cpp.html">iterative_factorial.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>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<map id="test" name="test">
|
||||
<area shape="rect" id="Node000001" title="Self-test implementations to test iterativeFactorial function." alt="" coords="5,35,49,60"/>
|
||||
<area shape="rect" id="Node000002" href="$dd/d47/namespacemath.html#a2565c745aac2f9561cc6fd9e56d9b77a" title="Calculates the factorial iteratively." alt="" coords="97,5,251,31"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="48,41,92,32,93,37,50,46"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="48,41,91,32,92,37,50,46"/>
|
||||
<area shape="rect" id="Node000003" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/error/exception/what.html#" title=" " alt="" coords="101,55,247,96"/>
|
||||
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="49,49,87,56,86,61,48,54"/>
|
||||
</map>
|
||||
|
||||
@@ -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: test Pages: 1 -->
|
||||
<svg width="192pt" height="76pt"
|
||||
@@ -40,8 +40,8 @@
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M32.74,-39.4C41.5,-41.18 53.09,-43.54 65.08,-45.98"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="64.17,-49.57 74.67,-48.14 65.57,-42.71 64.17,-49.57"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M32.74,-39.4C41.41,-41.17 52.85,-43.49 64.72,-45.91"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="63.69,-49.27 74.19,-47.84 65.09,-42.41 63.69,-49.27"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -59,8 +59,8 @@
|
||||
<g id="edge2_Node000001_Node000003" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M32.74,-33.24C40.54,-31.73 50.57,-29.78 61.13,-27.73"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.67,-30.99 70.81,-25.65 60.33,-24.12 61.67,-30.99"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M32.74,-33.24C40.46,-31.74 50.36,-29.82 60.8,-27.79"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.18,-31.28 70.33,-25.94 59.85,-24.41 61.18,-31.28"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.5 KiB |
@@ -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: test Pages: 1 -->
|
||||
<svg width="192pt" height="76pt"
|
||||
@@ -30,8 +30,8 @@
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M32.74,-39.4C41.5,-41.18 53.09,-43.54 65.08,-45.98"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="64.17,-49.57 74.67,-48.14 65.57,-42.71 64.17,-49.57"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M32.74,-39.4C41.41,-41.17 52.85,-43.49 64.72,-45.91"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="63.69,-49.27 74.19,-47.84 65.09,-42.41 63.69,-49.27"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -49,8 +49,8 @@
|
||||
<g id="edge2_Node000001_Node000003" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M32.74,-33.24C40.54,-31.73 50.57,-29.78 61.13,-27.73"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.67,-30.99 70.81,-25.65 60.33,-24.12 61.67,-30.99"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M32.74,-33.24C40.46,-31.74 50.36,-29.82 60.8,-27.79"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.18,-31.28 70.33,-25.94 59.85,-24.41 61.18,-31.28"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
@@ -1,9 +1,9 @@
|
||||
<map id="main" name="main">
|
||||
<area shape="rect" id="Node000001" title="Main function." alt="" coords="5,35,55,60"/>
|
||||
<area shape="rect" id="Node000002" href="$db/d9f/iterative__factorial_8cpp.html#aa8dca7b867074164d5f45b0f3851269d" title="Self-test implementations to test iterativeFactorial function." alt="" coords="103,35,146,60"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="55,45,88,45,88,50,55,50"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="55,45,87,45,87,50,55,50"/>
|
||||
<area shape="rect" id="Node000003" href="$dd/d47/namespacemath.html#a2565c745aac2f9561cc6fd9e56d9b77a" title="Calculates the factorial iteratively." alt="" coords="194,5,348,31"/>
|
||||
<area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="146,41,189,32,190,37,147,46"/>
|
||||
<area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="146,41,188,32,189,37,147,46"/>
|
||||
<area shape="rect" id="Node000004" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/error/exception/what.html#" title=" " alt="" coords="199,55,344,96"/>
|
||||
<area shape="poly" id="edge3_Node000002_Node000004" title=" " alt="" coords="147,49,185,56,184,61,146,54"/>
|
||||
<area shape="poly" id="edge3_Node000002_Node000004" title=" " alt="" coords="147,49,184,56,183,61,146,54"/>
|
||||
</map>
|
||||
|
||||
@@ -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="265pt" height="76pt"
|
||||
@@ -40,8 +40,8 @@
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M37.2,-36.25C44.67,-36.25 53.52,-36.25 61.73,-36.25"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.71,-39.75 71.71,-36.25 61.71,-32.75 61.71,-39.75"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M37.2,-36.25C44.58,-36.25 53.31,-36.25 61.45,-36.25"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.2,-39.75 71.2,-36.25 61.2,-32.75 61.2,-39.75"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -58,8 +58,8 @@
|
||||
<g id="edge2_Node000002_Node000003" class="edge">
|
||||
<title>Node2->Node3</title>
|
||||
<g id="a_edge2_Node000002_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M105.74,-39.4C114.5,-41.18 126.09,-43.54 138.08,-45.98"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="137.17,-49.57 147.67,-48.14 138.57,-42.71 137.17,-49.57"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M105.74,-39.4C114.41,-41.17 125.85,-43.49 137.72,-45.91"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="136.69,-49.27 147.19,-47.84 138.09,-42.41 136.69,-49.27"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -77,8 +77,8 @@
|
||||
<g id="edge3_Node000002_Node000004" class="edge">
|
||||
<title>Node2->Node4</title>
|
||||
<g id="a_edge3_Node000002_Node000004"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M105.74,-33.24C113.54,-31.73 123.57,-29.78 134.13,-27.73"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="134.67,-30.99 143.81,-25.65 133.33,-24.12 134.67,-30.99"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M105.74,-33.24C113.46,-31.74 123.36,-29.82 133.8,-27.79"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="134.18,-31.28 143.33,-25.94 132.85,-24.41 134.18,-31.28"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.3 KiB |
@@ -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="265pt" height="76pt"
|
||||
@@ -30,8 +30,8 @@
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M37.2,-36.25C44.67,-36.25 53.52,-36.25 61.73,-36.25"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.71,-39.75 71.71,-36.25 61.71,-32.75 61.71,-39.75"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M37.2,-36.25C44.58,-36.25 53.31,-36.25 61.45,-36.25"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.2,-39.75 71.2,-36.25 61.2,-32.75 61.2,-39.75"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -48,8 +48,8 @@
|
||||
<g id="edge2_Node000002_Node000003" class="edge">
|
||||
<title>Node2->Node3</title>
|
||||
<g id="a_edge2_Node000002_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M105.74,-39.4C114.5,-41.18 126.09,-43.54 138.08,-45.98"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="137.17,-49.57 147.67,-48.14 138.57,-42.71 137.17,-49.57"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M105.74,-39.4C114.41,-41.17 125.85,-43.49 137.72,-45.91"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="136.69,-49.27 147.19,-47.84 138.09,-42.41 136.69,-49.27"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
@@ -67,8 +67,8 @@
|
||||
<g id="edge3_Node000002_Node000004" class="edge">
|
||||
<title>Node2->Node4</title>
|
||||
<g id="a_edge3_Node000002_Node000004"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M105.74,-33.24C113.54,-31.73 123.57,-29.78 134.13,-27.73"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="134.67,-30.99 143.81,-25.65 133.33,-24.12 134.67,-30.99"/>
|
||||
<path fill="none" stroke="#63b8ff" d="M105.74,-33.24C113.46,-31.74 123.36,-29.82 133.8,-27.79"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="134.18,-31.28 143.33,-25.94 132.85,-24.41 134.18,-31.28"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.5 KiB |