Documentation for 4a34bec125

This commit is contained in:
github-actions
2020-08-19 19:28:09 +00:00
parent 436fc1029a
commit b3f9bef796
592 changed files with 32027 additions and 9642 deletions

View File

@@ -153,7 +153,7 @@ Functions</h2></td></tr>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160; <span class="keywordflow">if</span> (number &lt; 0) {</div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160; <span class="keywordflow">return</span> <span class="keyword">false</span>;</div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160; }</div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160; <span class="keywordtype">int</span> sum = 0;</div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160; <span class="keywordtype">int</span> <a class="code" href="../../d8/d77/namespacemachine__learning.html#a5305cc18d11943d3dc0d66e70d7e9c44">sum</a> = 0;</div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160; <span class="keywordtype">int</span> temp = number;</div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160; <span class="comment">// Finding the total number of digits in the number</span></div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160; <span class="keywordtype">int</span> total_digits = <a class="code" href="../../d4/d5d/math_2armstrong__number_8cpp.html#aab733299b170fa5a752503f95f090fcd">number_of_digits</a>(number);</div>
@@ -161,15 +161,15 @@ Functions</h2></td></tr>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160; <span class="keywordtype">int</span> rem = temp % 10;</div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160; <span class="comment">// Finding each digit raised to the power total digit and add it to the</span></div>
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160; <span class="comment">// total sum</span></div>
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160; sum = sum + <a class="codeRef" target="_blank" href="http://en.cppreference.com/w/cpp/numeric/math/pow.html">std::pow</a>(rem, total_digits);</div>
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160; <a class="code" href="../../d8/d77/namespacemachine__learning.html#a5305cc18d11943d3dc0d66e70d7e9c44">sum</a> = <a class="code" href="../../d8/d77/namespacemachine__learning.html#a5305cc18d11943d3dc0d66e70d7e9c44">sum</a> + <a class="codeRef" target="_blank" href="http://en.cppreference.com/w/cpp/numeric/math/pow.html">std::pow</a>(rem, total_digits);</div>
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160; temp = temp / 10;</div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160; }</div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160; <span class="keywordflow">return</span> number == sum;</div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160; <span class="keywordflow">return</span> number == <a class="code" href="../../d8/d77/namespacemachine__learning.html#a5305cc18d11943d3dc0d66e70d7e9c44">sum</a>;</div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160;}</div>
</div><!-- fragment --><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><iframe scrolling="no" frameborder="0" src="../../d4/d5d/math_2armstrong__number_8cpp_a9cebd92bc70890c3cfa261d68a5016e7_cgraph.svg" width="278" height="88"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
<div class="center"><iframe scrolling="no" frameborder="0" src="../../d4/d5d/math_2armstrong__number_8cpp_a9cebd92bc70890c3cfa261d68a5016e7_cgraph.svg" width="312" height="139"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
</div>
</div>
@@ -197,7 +197,7 @@ Here is the call graph for this function:</div>
</div><!-- fragment --><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><iframe scrolling="no" frameborder="0" src="../../d4/d5d/math_2armstrong__number_8cpp_ae66f6b31b5ad750f1fe042a706a4e3d4_cgraph.svg" width="468" height="88"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
<div class="center"><iframe scrolling="no" frameborder="0" src="../../d4/d5d/math_2armstrong__number_8cpp_ae66f6b31b5ad750f1fe042a706a4e3d4_cgraph.svg" width="503" height="139"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
</div>
</div>
@@ -268,7 +268,7 @@ Here is the call graph for this function:</div>
</div><!-- fragment --><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><iframe scrolling="no" frameborder="0" src="../../d4/d5d/math_2armstrong__number_8cpp_ae1a3968e7947464bee7714f6d43b7002_cgraph.svg" width="370" height="88"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
<div class="center"><iframe scrolling="no" frameborder="0" src="../../d4/d5d/math_2armstrong__number_8cpp_ae1a3968e7947464bee7714f6d43b7002_cgraph.svg" width="404" height="139"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
</div>
</div>
@@ -279,6 +279,7 @@ Here is the call graph for this function:</div>
<div class="ttc" id="amath_2armstrong__number_8cpp_html_aab733299b170fa5a752503f95f090fcd"><div class="ttname"><a href="../../d4/d5d/math_2armstrong__number_8cpp.html#aab733299b170fa5a752503f95f090fcd">number_of_digits</a></div><div class="ttdeci">int number_of_digits(int num)</div><div class="ttdef"><b>Definition:</b> armstrong_number.cpp:21</div></div>
<div class="ttc" id="amath_2armstrong__number_8cpp_html_a9cebd92bc70890c3cfa261d68a5016e7"><div class="ttname"><a href="../../d4/d5d/math_2armstrong__number_8cpp.html#a9cebd92bc70890c3cfa261d68a5016e7">is_armstrong</a></div><div class="ttdeci">bool is_armstrong(int number)</div><div class="ttdef"><b>Definition:</b> armstrong_number.cpp:36</div></div>
<div class="ttc" id="amath_2armstrong__number_8cpp_html_ae1a3968e7947464bee7714f6d43b7002"><div class="ttname"><a href="../../d4/d5d/math_2armstrong__number_8cpp.html#ae1a3968e7947464bee7714f6d43b7002">test</a></div><div class="ttdeci">void test()</div><div class="ttdef"><b>Definition:</b> armstrong_number.cpp:59</div></div>
<div class="ttc" id="anamespacemachine__learning_html_a5305cc18d11943d3dc0d66e70d7e9c44"><div class="ttname"><a href="../../d8/d77/namespacemachine__learning.html#a5305cc18d11943d3dc0d66e70d7e9c44">machine_learning::sum</a></div><div class="ttdeci">T sum(const std::vector&lt; std::valarray&lt; T &gt;&gt; &amp;A)</div><div class="ttdef"><b>Definition:</b> vector_ops.hpp:228</div></div>
<div class="ttc" id="apow_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/numeric/math/pow.html">std::pow</a></div><div class="ttdeci">T pow(T... args)</div></div>
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->

View File

@@ -1,5 +1,6 @@
<map id="is_armstrong" name="is_armstrong">
<area shape="rect" id="node1" title=" " alt="" coords="5,31,103,57"/>
<area shape="rect" id="node2" href="$d4/d5d/math_2armstrong__number_8cpp.html#aab733299b170fa5a752503f95f090fcd" title=" " alt="" coords="151,5,272,32"/>
<area shape="rect" id="node3" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/numeric/math/pow.html#" title=" " alt="" coords="175,56,247,83"/>
<area shape="rect" id="node1" title=" " alt="" coords="5,56,103,83"/>
<area shape="rect" id="node2" href="$d4/d5d/math_2armstrong__number_8cpp.html#aab733299b170fa5a752503f95f090fcd" title=" " alt="" coords="168,5,289,32"/>
<area shape="rect" id="node3" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/numeric/math/pow.html#" title=" " alt="" coords="193,56,265,83"/>
<area shape="rect" id="node4" href="$d8/d77/namespacemachine__learning.html#a5305cc18d11943d3dc0d66e70d7e9c44" title=" " alt="" coords="151,107,307,133"/>
</map>

View File

@@ -1 +1 @@
cc7c4ca4334745d43cc73949e7c1a60e
cc35a690ba214f72da96bbf83ee7af5e

View File

@@ -4,17 +4,17 @@
<!-- Generated by graphviz version 2.44.1 (20200629.0846)
-->
<!-- Title: is_armstrong Pages: 1 -->
<svg width="208pt" height="66pt"
viewBox="0.00 0.00 208.00 66.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 62)">
<svg width="234pt" height="104pt"
viewBox="0.00 0.00 234.00 104.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 100)">
<title>is_armstrong</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-62 204,-62 204,4 -4,4"/>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-100 230,-100 230,4 -4,4"/>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title=" ">
<polygon fill="#bfbfbf" stroke="black" points="0,-19.5 0,-38.5 73,-38.5 73,-19.5 0,-19.5"/>
<text text-anchor="middle" x="36.5" y="-26.5" font-family="Helvetica,sans-Serif" font-size="10.00">is_armstrong</text>
<polygon fill="#bfbfbf" stroke="black" points="0,-38.5 0,-57.5 73,-57.5 73,-38.5 0,-38.5"/>
<text text-anchor="middle" x="36.5" y="-45.5" font-family="Helvetica,sans-Serif" font-size="10.00">is_armstrong</text>
</a>
</g>
</g>
@@ -22,31 +22,46 @@
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:href="../../d4/d5d/math_2armstrong__number_8cpp.html#aab733299b170fa5a752503f95f090fcd" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="109,-38.5 109,-57.5 200,-57.5 200,-38.5 109,-38.5"/>
<text text-anchor="middle" x="154.5" y="-45.5" font-family="Helvetica,sans-Serif" font-size="10.00">number_of_digits</text>
<polygon fill="white" stroke="black" points="122,-76.5 122,-95.5 213,-95.5 213,-76.5 122,-76.5"/>
<text text-anchor="middle" x="167.5" y="-83.5" font-family="Helvetica,sans-Serif" font-size="10.00">number_of_digits</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1" class="edge">
<title>Node1&#45;&gt;Node2</title>
<path fill="none" stroke="midnightblue" d="M73.25,-34.86C81.29,-36.17 90,-37.6 98.62,-39.01"/>
<polygon fill="midnightblue" stroke="midnightblue" points="98.21,-42.49 108.65,-40.65 99.34,-35.58 98.21,-42.49"/>
<path fill="none" stroke="midnightblue" d="M70.05,-57.59C86.4,-62.4 106.41,-68.3 123.96,-73.47"/>
<polygon fill="midnightblue" stroke="midnightblue" points="123.38,-76.95 133.96,-76.41 125.35,-70.23 123.38,-76.95"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/numeric/math/pow.html#" xlink:title=" ">
<polygon fill="white" stroke="black" points="127.5,-0.5 127.5,-19.5 181.5,-19.5 181.5,-0.5 127.5,-0.5"/>
<text text-anchor="middle" x="154.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::pow</text>
<polygon fill="white" stroke="black" points="140.5,-38.5 140.5,-57.5 194.5,-57.5 194.5,-38.5 140.5,-38.5"/>
<text text-anchor="middle" x="167.5" y="-45.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::pow</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<g id="edge2" class="edge">
<title>Node1&#45;&gt;Node3</title>
<path fill="none" stroke="midnightblue" d="M73.25,-23.14C87.15,-20.87 103.06,-18.26 117.02,-15.97"/>
<polygon fill="midnightblue" stroke="midnightblue" points="117.96,-19.37 127.26,-14.3 116.83,-12.46 117.96,-19.37"/>
<path fill="none" stroke="midnightblue" d="M73.09,-48C90.92,-48 112.47,-48 130.37,-48"/>
<polygon fill="midnightblue" stroke="midnightblue" points="130.43,-51.5 140.43,-48 130.43,-44.5 130.43,-51.5"/>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><a xlink:href="../../d8/d77/namespacemachine__learning.html#a5305cc18d11943d3dc0d66e70d7e9c44" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="109,-0.5 109,-19.5 226,-19.5 226,-0.5 109,-0.5"/>
<text text-anchor="middle" x="167.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">machine_learning::sum</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node4 -->
<g id="edge3" class="edge">
<title>Node1&#45;&gt;Node4</title>
<path fill="none" stroke="midnightblue" d="M70.05,-38.41C86.4,-33.6 106.41,-27.7 123.96,-22.53"/>
<polygon fill="midnightblue" stroke="midnightblue" points="125.35,-25.77 133.96,-19.59 123.38,-19.05 125.35,-25.77"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@@ -1,6 +1,7 @@
<map id="test" name="test">
<area shape="rect" id="node1" title=" " alt="" coords="5,31,49,57"/>
<area shape="rect" id="node2" href="$d4/d5d/math_2armstrong__number_8cpp.html#a9cebd92bc70890c3cfa261d68a5016e7" title=" " alt="" coords="97,31,195,57"/>
<area shape="rect" id="node3" href="$d4/d5d/math_2armstrong__number_8cpp.html#aab733299b170fa5a752503f95f090fcd" title=" " alt="" coords="243,5,364,32"/>
<area shape="rect" id="node4" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/numeric/math/pow.html#" title=" " alt="" coords="267,56,339,83"/>
<area shape="rect" id="node1" title=" " alt="" coords="5,56,49,83"/>
<area shape="rect" id="node2" href="$d4/d5d/math_2armstrong__number_8cpp.html#a9cebd92bc70890c3cfa261d68a5016e7" title=" " alt="" coords="97,56,195,83"/>
<area shape="rect" id="node3" href="$d4/d5d/math_2armstrong__number_8cpp.html#aab733299b170fa5a752503f95f090fcd" title=" " alt="" coords="260,5,381,32"/>
<area shape="rect" id="node4" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/numeric/math/pow.html#" title=" " alt="" coords="285,56,357,83"/>
<area shape="rect" id="node5" href="$d8/d77/namespacemachine__learning.html#a5305cc18d11943d3dc0d66e70d7e9c44" title=" " alt="" coords="243,107,399,133"/>
</map>

View File

@@ -1 +1 @@
6f26c5d17fc199cbae64c28c116a361d
6f4bce45fb6d8c4779ab6d10d366a19b

View File

@@ -4,17 +4,17 @@
<!-- Generated by graphviz version 2.44.1 (20200629.0846)
-->
<!-- Title: test Pages: 1 -->
<svg width="277pt" height="66pt"
viewBox="0.00 0.00 277.00 66.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 62)">
<svg width="303pt" height="104pt"
viewBox="0.00 0.00 303.00 104.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 100)">
<title>test</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-62 273,-62 273,4 -4,4"/>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-100 299,-100 299,4 -4,4"/>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title=" ">
<polygon fill="#bfbfbf" stroke="black" points="0,-19.5 0,-38.5 33,-38.5 33,-19.5 0,-19.5"/>
<text text-anchor="middle" x="16.5" y="-26.5" font-family="Helvetica,sans-Serif" font-size="10.00">test</text>
<polygon fill="#bfbfbf" stroke="black" points="0,-38.5 0,-57.5 33,-57.5 33,-38.5 0,-38.5"/>
<text text-anchor="middle" x="16.5" y="-45.5" font-family="Helvetica,sans-Serif" font-size="10.00">test</text>
</a>
</g>
</g>
@@ -22,46 +22,61 @@
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:href="../../d4/d5d/math_2armstrong__number_8cpp.html#a9cebd92bc70890c3cfa261d68a5016e7" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="69,-19.5 69,-38.5 142,-38.5 142,-19.5 69,-19.5"/>
<text text-anchor="middle" x="105.5" y="-26.5" font-family="Helvetica,sans-Serif" font-size="10.00">is_armstrong</text>
<polygon fill="white" stroke="black" points="69,-38.5 69,-57.5 142,-57.5 142,-38.5 69,-38.5"/>
<text text-anchor="middle" x="105.5" y="-45.5" font-family="Helvetica,sans-Serif" font-size="10.00">is_armstrong</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1" class="edge">
<title>Node1&#45;&gt;Node2</title>
<path fill="none" stroke="midnightblue" d="M33.05,-29C40.38,-29 49.53,-29 58.82,-29"/>
<polygon fill="midnightblue" stroke="midnightblue" points="58.87,-32.5 68.87,-29 58.87,-25.5 58.87,-32.5"/>
<path fill="none" stroke="midnightblue" d="M33.05,-48C40.38,-48 49.53,-48 58.82,-48"/>
<polygon fill="midnightblue" stroke="midnightblue" points="58.87,-51.5 68.87,-48 58.87,-44.5 58.87,-51.5"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:href="../../d4/d5d/math_2armstrong__number_8cpp.html#aab733299b170fa5a752503f95f090fcd" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="178,-38.5 178,-57.5 269,-57.5 269,-38.5 178,-38.5"/>
<text text-anchor="middle" x="223.5" y="-45.5" font-family="Helvetica,sans-Serif" font-size="10.00">number_of_digits</text>
<polygon fill="white" stroke="black" points="191,-76.5 191,-95.5 282,-95.5 282,-76.5 191,-76.5"/>
<text text-anchor="middle" x="236.5" y="-83.5" font-family="Helvetica,sans-Serif" font-size="10.00">number_of_digits</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node3 -->
<g id="edge2" class="edge">
<title>Node2&#45;&gt;Node3</title>
<path fill="none" stroke="midnightblue" d="M142.25,-34.86C150.29,-36.17 159,-37.6 167.62,-39.01"/>
<polygon fill="midnightblue" stroke="midnightblue" points="167.21,-42.49 177.65,-40.65 168.34,-35.58 167.21,-42.49"/>
<path fill="none" stroke="midnightblue" d="M139.05,-57.59C155.4,-62.4 175.41,-68.3 192.96,-73.47"/>
<polygon fill="midnightblue" stroke="midnightblue" points="192.38,-76.95 202.96,-76.41 194.35,-70.23 192.38,-76.95"/>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/numeric/math/pow.html#" xlink:title=" ">
<polygon fill="white" stroke="black" points="196.5,-0.5 196.5,-19.5 250.5,-19.5 250.5,-0.5 196.5,-0.5"/>
<text text-anchor="middle" x="223.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::pow</text>
<polygon fill="white" stroke="black" points="209.5,-38.5 209.5,-57.5 263.5,-57.5 263.5,-38.5 209.5,-38.5"/>
<text text-anchor="middle" x="236.5" y="-45.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::pow</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node4 -->
<g id="edge3" class="edge">
<title>Node2&#45;&gt;Node4</title>
<path fill="none" stroke="midnightblue" d="M142.25,-23.14C156.15,-20.87 172.06,-18.26 186.02,-15.97"/>
<polygon fill="midnightblue" stroke="midnightblue" points="186.96,-19.37 196.26,-14.3 185.83,-12.46 186.96,-19.37"/>
<path fill="none" stroke="midnightblue" d="M142.09,-48C159.92,-48 181.47,-48 199.37,-48"/>
<polygon fill="midnightblue" stroke="midnightblue" points="199.43,-51.5 209.43,-48 199.43,-44.5 199.43,-51.5"/>
</g>
<!-- Node5 -->
<g id="node5" class="node">
<title>Node5</title>
<g id="a_node5"><a xlink:href="../../d8/d77/namespacemachine__learning.html#a5305cc18d11943d3dc0d66e70d7e9c44" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="178,-0.5 178,-19.5 295,-19.5 295,-0.5 178,-0.5"/>
<text text-anchor="middle" x="236.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">machine_learning::sum</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node5 -->
<g id="edge4" class="edge">
<title>Node2&#45;&gt;Node5</title>
<path fill="none" stroke="midnightblue" d="M139.05,-38.41C155.4,-33.6 175.41,-27.7 192.96,-22.53"/>
<polygon fill="midnightblue" stroke="midnightblue" points="194.35,-25.77 202.96,-19.59 192.38,-19.05 194.35,-25.77"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@@ -1,7 +1,8 @@
<map id="main" name="main">
<area shape="rect" id="node1" title=" " alt="" coords="5,31,56,57"/>
<area shape="rect" id="node2" href="$d4/d5d/math_2armstrong__number_8cpp.html#ae1a3968e7947464bee7714f6d43b7002" title=" " alt="" coords="104,31,148,57"/>
<area shape="rect" id="node3" href="$d4/d5d/math_2armstrong__number_8cpp.html#a9cebd92bc70890c3cfa261d68a5016e7" title=" " alt="" coords="196,31,293,57"/>
<area shape="rect" id="node4" href="$d4/d5d/math_2armstrong__number_8cpp.html#aab733299b170fa5a752503f95f090fcd" title=" " alt="" coords="341,5,463,32"/>
<area shape="rect" id="node5" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/numeric/math/pow.html#" title=" " alt="" coords="366,56,438,83"/>
<area shape="rect" id="node1" title=" " alt="" coords="5,56,56,83"/>
<area shape="rect" id="node2" href="$d4/d5d/math_2armstrong__number_8cpp.html#ae1a3968e7947464bee7714f6d43b7002" title=" " alt="" coords="104,56,148,83"/>
<area shape="rect" id="node3" href="$d4/d5d/math_2armstrong__number_8cpp.html#a9cebd92bc70890c3cfa261d68a5016e7" title=" " alt="" coords="196,56,293,83"/>
<area shape="rect" id="node4" href="$d4/d5d/math_2armstrong__number_8cpp.html#aab733299b170fa5a752503f95f090fcd" title=" " alt="" coords="359,5,480,32"/>
<area shape="rect" id="node5" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/numeric/math/pow.html#" title=" " alt="" coords="383,56,455,83"/>
<area shape="rect" id="node6" href="$d8/d77/namespacemachine__learning.html#a5305cc18d11943d3dc0d66e70d7e9c44" title=" " alt="" coords="341,107,497,133"/>
</map>

View File

@@ -1 +1 @@
653388a35e8f5a17d634b3927b97b33c
52ae47bad3343b518639abb019afad19

View File

@@ -4,17 +4,17 @@
<!-- Generated by graphviz version 2.44.1 (20200629.0846)
-->
<!-- Title: main Pages: 1 -->
<svg width="351pt" height="66pt"
viewBox="0.00 0.00 351.00 66.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 62)">
<svg width="377pt" height="104pt"
viewBox="0.00 0.00 377.00 104.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 100)">
<title>main</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-62 347,-62 347,4 -4,4"/>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-100 373,-100 373,4 -4,4"/>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title=" ">
<polygon fill="#bfbfbf" stroke="black" points="0,-19.5 0,-38.5 38,-38.5 38,-19.5 0,-19.5"/>
<text text-anchor="middle" x="19" y="-26.5" font-family="Helvetica,sans-Serif" font-size="10.00">main</text>
<polygon fill="#bfbfbf" stroke="black" points="0,-38.5 0,-57.5 38,-57.5 38,-38.5 0,-38.5"/>
<text text-anchor="middle" x="19" y="-45.5" font-family="Helvetica,sans-Serif" font-size="10.00">main</text>
</a>
</g>
</g>
@@ -22,61 +22,76 @@
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:href="../../d4/d5d/math_2armstrong__number_8cpp.html#ae1a3968e7947464bee7714f6d43b7002" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="74,-19.5 74,-38.5 107,-38.5 107,-19.5 74,-19.5"/>
<text text-anchor="middle" x="90.5" y="-26.5" font-family="Helvetica,sans-Serif" font-size="10.00">test</text>
<polygon fill="white" stroke="black" points="74,-38.5 74,-57.5 107,-57.5 107,-38.5 74,-38.5"/>
<text text-anchor="middle" x="90.5" y="-45.5" font-family="Helvetica,sans-Serif" font-size="10.00">test</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1" class="edge">
<title>Node1&#45;&gt;Node2</title>
<path fill="none" stroke="midnightblue" d="M38.26,-29C46.07,-29 55.31,-29 63.79,-29"/>
<polygon fill="midnightblue" stroke="midnightblue" points="63.95,-32.5 73.95,-29 63.95,-25.5 63.95,-32.5"/>
<path fill="none" stroke="midnightblue" d="M38.26,-48C46.07,-48 55.31,-48 63.79,-48"/>
<polygon fill="midnightblue" stroke="midnightblue" points="63.95,-51.5 73.95,-48 63.95,-44.5 63.95,-51.5"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:href="../../d4/d5d/math_2armstrong__number_8cpp.html#a9cebd92bc70890c3cfa261d68a5016e7" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="143,-19.5 143,-38.5 216,-38.5 216,-19.5 143,-19.5"/>
<text text-anchor="middle" x="179.5" y="-26.5" font-family="Helvetica,sans-Serif" font-size="10.00">is_armstrong</text>
<polygon fill="white" stroke="black" points="143,-38.5 143,-57.5 216,-57.5 216,-38.5 143,-38.5"/>
<text text-anchor="middle" x="179.5" y="-45.5" font-family="Helvetica,sans-Serif" font-size="10.00">is_armstrong</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node3 -->
<g id="edge2" class="edge">
<title>Node2&#45;&gt;Node3</title>
<path fill="none" stroke="midnightblue" d="M107.05,-29C114.38,-29 123.53,-29 132.82,-29"/>
<polygon fill="midnightblue" stroke="midnightblue" points="132.87,-32.5 142.87,-29 132.87,-25.5 132.87,-32.5"/>
<path fill="none" stroke="midnightblue" d="M107.05,-48C114.38,-48 123.53,-48 132.82,-48"/>
<polygon fill="midnightblue" stroke="midnightblue" points="132.87,-51.5 142.87,-48 132.87,-44.5 132.87,-51.5"/>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><a xlink:href="../../d4/d5d/math_2armstrong__number_8cpp.html#aab733299b170fa5a752503f95f090fcd" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="252,-38.5 252,-57.5 343,-57.5 343,-38.5 252,-38.5"/>
<text text-anchor="middle" x="297.5" y="-45.5" font-family="Helvetica,sans-Serif" font-size="10.00">number_of_digits</text>
<polygon fill="white" stroke="black" points="265,-76.5 265,-95.5 356,-95.5 356,-76.5 265,-76.5"/>
<text text-anchor="middle" x="310.5" y="-83.5" font-family="Helvetica,sans-Serif" font-size="10.00">number_of_digits</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node4 -->
<g id="edge3" class="edge">
<title>Node3&#45;&gt;Node4</title>
<path fill="none" stroke="midnightblue" d="M216.25,-34.86C224.29,-36.17 233,-37.6 241.62,-39.01"/>
<polygon fill="midnightblue" stroke="midnightblue" points="241.21,-42.49 251.65,-40.65 242.34,-35.58 241.21,-42.49"/>
<path fill="none" stroke="midnightblue" d="M213.05,-57.59C229.4,-62.4 249.41,-68.3 266.96,-73.47"/>
<polygon fill="midnightblue" stroke="midnightblue" points="266.38,-76.95 276.96,-76.41 268.35,-70.23 266.38,-76.95"/>
</g>
<!-- Node5 -->
<g id="node5" class="node">
<title>Node5</title>
<g id="a_node5"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/numeric/math/pow.html#" xlink:title=" ">
<polygon fill="white" stroke="black" points="270.5,-0.5 270.5,-19.5 324.5,-19.5 324.5,-0.5 270.5,-0.5"/>
<text text-anchor="middle" x="297.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::pow</text>
<polygon fill="white" stroke="black" points="283.5,-38.5 283.5,-57.5 337.5,-57.5 337.5,-38.5 283.5,-38.5"/>
<text text-anchor="middle" x="310.5" y="-45.5" font-family="Helvetica,sans-Serif" font-size="10.00">std::pow</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node5 -->
<g id="edge4" class="edge">
<title>Node3&#45;&gt;Node5</title>
<path fill="none" stroke="midnightblue" d="M216.25,-23.14C230.15,-20.87 246.06,-18.26 260.02,-15.97"/>
<polygon fill="midnightblue" stroke="midnightblue" points="260.96,-19.37 270.26,-14.3 259.83,-12.46 260.96,-19.37"/>
<path fill="none" stroke="midnightblue" d="M216.09,-48C233.92,-48 255.47,-48 273.37,-48"/>
<polygon fill="midnightblue" stroke="midnightblue" points="273.43,-51.5 283.43,-48 273.43,-44.5 273.43,-51.5"/>
</g>
<!-- Node6 -->
<g id="node6" class="node">
<title>Node6</title>
<g id="a_node6"><a xlink:href="../../d8/d77/namespacemachine__learning.html#a5305cc18d11943d3dc0d66e70d7e9c44" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="252,-0.5 252,-19.5 369,-19.5 369,-0.5 252,-0.5"/>
<text text-anchor="middle" x="310.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">machine_learning::sum</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node6 -->
<g id="edge5" class="edge">
<title>Node3&#45;&gt;Node6</title>
<path fill="none" stroke="midnightblue" d="M213.05,-38.41C229.4,-33.6 249.41,-27.7 266.96,-22.53"/>
<polygon fill="midnightblue" stroke="midnightblue" points="268.35,-25.77 276.96,-19.59 266.38,-19.05 268.35,-25.77"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB