Documentation for 0953376d31

This commit is contained in:
github-actions
2023-06-16 21:18:14 +00:00
parent 26f1eee566
commit 14deeecd50
7241 changed files with 234176 additions and 54779 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.6"/>
<meta name="generator" content="Doxygen 1.9.7"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Algorithms_in_C++: math/fast_power.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.6 -->
<!-- Generated by Doxygen 1.9.7 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "../../search/",'.html');
@@ -114,8 +114,7 @@ $(document).ready(function(){initNavTree('d2/d0b/fast__power_8cpp.html','../../'
</div><div class="textblock"><div class="dynheader">
Include dependency graph for fast_power.cpp:</div>
<div class="dyncontent">
<div class="center"><iframe scrolling="no" frameborder="0" src="../../db/d30/fast__power_8cpp__incl.svg" width="498" height="111"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
</div>
<div class="center"><iframe scrolling="no" frameborder="0" src="../../db/d30/fast__power_8cpp__incl.svg" width="498" height="111"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe></div>
</div>
</div><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="func-members" name="func-members"></a>
@@ -180,13 +179,12 @@ template&lt;typename T &gt; </div>
<div class="line"><span class="lineno"> 61</span> }</div>
<div class="line"><span class="lineno"> 62</span> <span class="keywordflow">return</span> <a class="code hl_function" href="../../de/dc3/fibonacci__sum_8cpp.html#aadb40ac4c74a7efc0680b83eeee138aa">result</a>;</div>
<div class="line"><span class="lineno"> 63</span>}</div>
<div class="ttc" id="afast__power_8cpp_html_a0d4e3f0099a6975b74a314a35bd0f94d"><div class="ttname"><a href="../../d2/d0b/fast__power_8cpp.html#a0d4e3f0099a6975b74a314a35bd0f94d">fast_power_linear</a></div><div class="ttdeci">double fast_power_linear(T a, T b)</div><div class="ttdef"><b>Definition:</b> fast_power.cpp:50</div></div>
<div class="ttc" id="afibonacci__sum_8cpp_html_aadb40ac4c74a7efc0680b83eeee138aa"><div class="ttname"><a href="../../de/dc3/fibonacci__sum_8cpp.html#aadb40ac4c74a7efc0680b83eeee138aa">math::fibonacci_sum::result</a></div><div class="ttdeci">uint64_t result(uint64_t n)</div><div class="ttdef"><b>Definition:</b> fibonacci_sum.cpp:76</div></div>
<div class="ttc" id="afast__power_8cpp_html_a0d4e3f0099a6975b74a314a35bd0f94d"><div class="ttname"><a href="../../d2/d0b/fast__power_8cpp.html#a0d4e3f0099a6975b74a314a35bd0f94d">fast_power_linear</a></div><div class="ttdeci">double fast_power_linear(T a, T b)</div><div class="ttdef"><b>Definition</b> fast_power.cpp:50</div></div>
<div class="ttc" id="afibonacci__sum_8cpp_html_aadb40ac4c74a7efc0680b83eeee138aa"><div class="ttname"><a href="../../de/dc3/fibonacci__sum_8cpp.html#aadb40ac4c74a7efc0680b83eeee138aa">math::fibonacci_sum::result</a></div><div class="ttdeci">uint64_t result(uint64_t n)</div><div class="ttdef"><b>Definition</b> fibonacci_sum.cpp:76</div></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="../../d2/d0b/fast__power_8cpp_a0d4e3f0099a6975b74a314a35bd0f94d_cgraph.svg" width="135" height="60"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
</div>
<div class="center"><iframe scrolling="no" frameborder="0" src="../../d2/d0b/fast__power_8cpp_a0d4e3f0099a6975b74a314a35bd0f94d_cgraph.svg" width="135" height="60"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe></div>
</div>
</div>
@@ -237,12 +235,11 @@ template&lt;typename T &gt; </div>
<div class="line"><span class="lineno"> 41</span> <a class="code hl_function" href="../../de/dc3/fibonacci__sum_8cpp.html#aadb40ac4c74a7efc0680b83eeee138aa">result</a> = bottom * bottom * a;</div>
<div class="line"><span class="lineno"> 42</span> <span class="keywordflow">return</span> <a class="code hl_function" href="../../de/dc3/fibonacci__sum_8cpp.html#aadb40ac4c74a7efc0680b83eeee138aa">result</a>;</div>
<div class="line"><span class="lineno"> 43</span>}</div>
<div class="ttc" id="afast__power_8cpp_html_a8399b847626e5bba983cab7c7918b445"><div class="ttname"><a href="../../d2/d0b/fast__power_8cpp.html#a8399b847626e5bba983cab7c7918b445">fast_power_recursive</a></div><div class="ttdeci">double fast_power_recursive(T a, T b)</div><div class="ttdef"><b>Definition:</b> fast_power.cpp:26</div></div>
<div class="ttc" id="afast__power_8cpp_html_a8399b847626e5bba983cab7c7918b445"><div class="ttname"><a href="../../d2/d0b/fast__power_8cpp.html#a8399b847626e5bba983cab7c7918b445">fast_power_recursive</a></div><div class="ttdeci">double fast_power_recursive(T a, T b)</div><div class="ttdef"><b>Definition</b> fast_power.cpp:26</div></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="../../d2/d0b/fast__power_8cpp_a8399b847626e5bba983cab7c7918b445_cgraph.svg" width="156" height="60"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
</div>
<div class="center"><iframe scrolling="no" frameborder="0" src="../../d2/d0b/fast__power_8cpp_a8399b847626e5bba983cab7c7918b445_cgraph.svg" width="156" height="60"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe></div>
</div>
</div>
@@ -300,8 +297,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="../../d2/d0b/fast__power_8cpp_ae66f6b31b5ad750f1fe042a706a4e3d4_cgraph.svg" width="254" height="446"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
</div>
<div class="center"><iframe scrolling="no" frameborder="0" src="../../d2/d0b/fast__power_8cpp_ae66f6b31b5ad750f1fe042a706a4e3d4_cgraph.svg" width="254" height="446"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe></div>
</div>
</div>
@@ -312,7 +308,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="../../d2/d0b/fast__power_8cpp.html">fast_power.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.6 </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>
</ul>
</div>
</body>

View File

@@ -1,3 +1,4 @@
<map id="fast_power_linear" name="fast_power_linear">
<area shape="rect" id="node1" title=" " alt="" coords="5,29,129,55"/>
<area shape="rect" id="Node000001" title=" " alt="" coords="5,29,129,55"/>
<area shape="poly" id="edge1_Node000001_Node000001" title=" " alt="" coords="45,30,41,21,44,11,53,5,67,3,83,6,91,13,87,17,81,10,67,8,55,10,48,14,47,20,50,28"/>
</map>

View File

@@ -1 +1 @@
22cf8952f4f6b999d3b2d2e91e92a29c
ce73acb2abd90b8bc28833f851011888

View File

@@ -6,22 +6,50 @@
<!-- Title: fast_power_linear Pages: 1 -->
<svg width="101pt" height="45pt"
viewBox="0.00 0.00 100.50 45.25" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<svg id="main" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" onload="init(evt)">
<style type="text/css"><![CDATA[
.node, .edge {opacity: 0.7;}
.node.selected, .edge.selected {opacity: 1;}
.edge:hover path { stroke: red; }
.edge:hover polygon { stroke: red; fill: red; }
]]></style>
<script type="application/ecmascript" xlink:href="../../svg.min.js"/>
<svg id="graph" class="graph">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 41.25)">
<title>fast_power_linear</title>
<!-- Node1 -->
<g id="node1" class="node">
<g id="Node000001" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title=" ">
<g id="a_Node000001"><a xlink:title=" ">
<polygon fill="#999999" stroke="#666666" points="92.5,-19.25 0,-19.25 0,0 92.5,0 92.5,-19.25"/>
<text text-anchor="middle" x="46.25" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">fast_power_linear</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node1 -->
<g id="edge1" class="edge">
<g id="edge1_Node000001_Node000001" class="edge">
<title>Node1&#45;&gt;Node1</title>
<g id="a_edge1_Node000001_Node000001"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M31.77,-19.54C25.16,-28.15 29.99,-37.25 46.25,-37.25 55.4,-37.25 60.92,-34.37 62.84,-30.32"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="66.08,-29.68 60.73,-20.54 59.21,-31.02 66.08,-29.68"/>
</a>
</g>
</g>
</g>
</svg>
</svg>
<style type='text/css'>
<![CDATA[
[data-mouse-over-selected='false'] { opacity: 0.7; }
[data-mouse-over-selected='true'] { opacity: 1.0; }
]]>
</style>
<script type="application/ecmascript"><![CDATA[
document.addEventListener('DOMContentLoaded', (event) => {
highlightEdges();
highlightAdjacentNodes();
});
]]></script>
</svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@@ -0,0 +1,30 @@
<?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.0.5 (20230430.1635)
-->
<!-- Title: fast_power_linear Pages: 1 -->
<svg width="101pt" height="45pt"
viewBox="0.00 0.00 100.50 45.25" 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 41.25)">
<title>fast_power_linear</title>
<!-- Node1 -->
<g id="Node000001" class="node">
<title>Node1</title>
<g id="a_Node000001"><a xlink:title=" ">
<polygon fill="#999999" stroke="#666666" points="92.5,-19.25 0,-19.25 0,0 92.5,0 92.5,-19.25"/>
<text text-anchor="middle" x="46.25" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">fast_power_linear</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node1 -->
<g id="edge1_Node000001_Node000001" class="edge">
<title>Node1&#45;&gt;Node1</title>
<g id="a_edge1_Node000001_Node000001"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M31.77,-19.54C25.16,-28.15 29.99,-37.25 46.25,-37.25 55.4,-37.25 60.92,-34.37 62.84,-30.32"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="66.08,-29.68 60.73,-20.54 59.21,-31.02 66.08,-29.68"/>
</a>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -1,3 +1,4 @@
<map id="fast_power_recursive" name="fast_power_recursive">
<area shape="rect" id="node1" title=" " alt="" coords="5,29,151,55"/>
<area shape="rect" id="Node000001" title=" " alt="" coords="5,29,151,55"/>
<area shape="poly" id="edge1_Node000001_Node000001" title=" " alt="" coords="53,30,48,21,51,11,61,5,78,3,97,6,106,13,103,17,95,11,78,8,63,10,55,14,53,20,58,28"/>
</map>

View File

@@ -1 +1 @@
c6340fa201cb34ee08c24f1df37e98a8
efff79a8c244e7ddc58a223805086aaf

View File

@@ -6,22 +6,50 @@
<!-- Title: fast_power_recursive Pages: 1 -->
<svg width="117pt" height="45pt"
viewBox="0.00 0.00 117.00 45.25" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<svg id="main" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" onload="init(evt)">
<style type="text/css"><![CDATA[
.node, .edge {opacity: 0.7;}
.node.selected, .edge.selected {opacity: 1;}
.edge:hover path { stroke: red; }
.edge:hover polygon { stroke: red; fill: red; }
]]></style>
<script type="application/ecmascript" xlink:href="../../svg.min.js"/>
<svg id="graph" class="graph">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 41.25)">
<title>fast_power_recursive</title>
<!-- Node1 -->
<g id="node1" class="node">
<g id="Node000001" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title=" ">
<g id="a_Node000001"><a xlink:title=" ">
<polygon fill="#999999" stroke="#666666" points="109,-19.25 0,-19.25 0,0 109,0 109,-19.25"/>
<text text-anchor="middle" x="54.5" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">fast_power_recursive</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node1 -->
<g id="edge1" class="edge">
<g id="edge1_Node000001_Node000001" class="edge">
<title>Node1&#45;&gt;Node1</title>
<g id="a_edge1_Node000001_Node000001"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M37.44,-19.54C29.65,-28.15 35.34,-37.25 54.5,-37.25 65.58,-37.25 72.15,-34.21 74.22,-29.98"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="77.42,-29.36 71.56,-20.54 70.64,-31.09 77.42,-29.36"/>
</a>
</g>
</g>
</g>
</svg>
</svg>
<style type='text/css'>
<![CDATA[
[data-mouse-over-selected='false'] { opacity: 0.7; }
[data-mouse-over-selected='true'] { opacity: 1.0; }
]]>
</style>
<script type="application/ecmascript"><![CDATA[
document.addEventListener('DOMContentLoaded', (event) => {
highlightEdges();
highlightAdjacentNodes();
});
]]></script>
</svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@@ -0,0 +1,30 @@
<?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.0.5 (20230430.1635)
-->
<!-- Title: fast_power_recursive Pages: 1 -->
<svg width="117pt" height="45pt"
viewBox="0.00 0.00 117.00 45.25" 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 41.25)">
<title>fast_power_recursive</title>
<!-- Node1 -->
<g id="Node000001" class="node">
<title>Node1</title>
<g id="a_Node000001"><a xlink:title=" ">
<polygon fill="#999999" stroke="#666666" points="109,-19.25 0,-19.25 0,0 109,0 109,-19.25"/>
<text text-anchor="middle" x="54.5" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">fast_power_recursive</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node1 -->
<g id="edge1_Node000001_Node000001" class="edge">
<title>Node1&#45;&gt;Node1</title>
<g id="a_edge1_Node000001_Node000001"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M37.44,-19.54C29.65,-28.15 35.34,-37.25 54.5,-37.25 65.58,-37.25 72.15,-34.21 74.22,-29.98"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="77.42,-29.36 71.56,-20.54 70.64,-31.09 77.42,-29.36"/>
</a>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -1,11 +1,21 @@
<map id="main" name="main">
<area shape="rect" id="node1" title=" " alt="" coords="5,227,55,252"/>
<area shape="rect" id="node2" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/manip/endl.html#" title=" " alt="" coords="140,5,211,31"/>
<area shape="rect" id="node3" href="$d2/d0b/fast__power_8cpp.html#a0d4e3f0099a6975b74a314a35bd0f94d" title=" " alt="" coords="114,79,237,104"/>
<area shape="rect" id="node4" href="$d2/d0b/fast__power_8cpp.html#a8399b847626e5bba983cab7c7918b445" title=" " alt="" coords="103,152,248,178"/>
<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="140,201,211,227"/>
<area shape="rect" id="node6" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/numeric/random/rand.html#" title=" " alt="" coords="139,251,212,276"/>
<area shape="rect" id="node7" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/numeric/random/srand.html#" title=" " alt="" coords="136,300,215,326"/>
<area shape="rect" id="node8" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/ios_base/sync_with_stdio.html#" title=" " alt="" coords="108,350,243,391"/>
<area shape="rect" id="node9" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/chrono/c/time.html#" title=" " alt="" coords="139,415,212,440"/>
<area shape="rect" id="Node000001" title=" " alt="" coords="5,227,55,252"/>
<area shape="rect" id="Node000002" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/manip/endl.html#" title=" " alt="" coords="140,5,211,31"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="30,226,34,190,46,140,67,87,82,62,101,40,124,26,127,30,104,44,86,65,72,89,51,142,40,191,35,227"/>
<area shape="rect" id="Node000003" href="$d2/d0b/fast__power_8cpp.html#a0d4e3f0099a6975b74a314a35bd0f94d" title=" " alt="" coords="114,79,237,104"/>
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="33,225,56,172,76,140,101,114,106,110,109,114,104,117,80,144,61,174,38,227"/>
<area shape="rect" id="Node000004" href="$d2/d0b/fast__power_8cpp.html#a8399b847626e5bba983cab7c7918b445" title=" " alt="" coords="103,152,248,178"/>
<area shape="poly" id="edge4_Node000001_Node000004" title=" " alt="" coords="45,224,71,205,101,186,113,181,115,186,104,191,74,210,49,229"/>
<area shape="rect" id="Node000005" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/numeric/math/pow.html#" title=" " alt="" coords="140,201,211,227"/>
<area shape="poly" id="edge6_Node000001_Node000005" title=" " alt="" coords="54,233,125,220,125,225,55,238"/>
<area shape="rect" id="Node000006" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/numeric/random/rand.html#" title=" " alt="" coords="139,251,212,276"/>
<area shape="poly" id="edge7_Node000001_Node000006" title=" " alt="" coords="55,241,125,253,124,258,54,246"/>
<area shape="rect" id="Node000007" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/numeric/random/srand.html#" title=" " alt="" coords="136,300,215,326"/>
<area shape="poly" id="edge8_Node000001_Node000007" title=" " alt="" coords="49,250,104,286,123,295,121,300,101,291,46,255"/>
<area shape="rect" id="Node000008" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/ios_base/sync_with_stdio.html#" title=" " alt="" coords="108,350,243,391"/>
<area shape="poly" id="edge9_Node000001_Node000008" title=" " alt="" coords="40,251,65,292,83,316,104,336,109,339,105,344,101,340,79,319,61,295,36,254"/>
<area shape="rect" id="Node000009" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/chrono/c/time.html#" title=" " alt="" coords="139,415,212,440"/>
<area shape="poly" id="edge10_Node000001_Node000009" title=" " alt="" coords="36,252,43,283,56,322,76,364,104,400,126,414,124,418,101,404,71,367,51,324,38,284,31,254"/>
<area shape="poly" id="edge3_Node000003_Node000003" title=" " alt="" coords="150,80,146,70,148,61,159,54,175,52,194,55,203,62,200,66,192,60,175,57,160,59,153,64,151,70,155,77"/>
<area shape="poly" id="edge5_Node000004_Node000004" title=" " alt="" coords="150,153,146,143,148,134,159,128,175,125,194,128,203,136,200,140,192,133,175,131,160,133,153,137,151,143,155,150"/>
</map>

View File

@@ -1 +1 @@
7f9ca8caa4ef19fb11f77e4708841eb5
d21789d8538e8cc7c2890d62733cd9f3

View File

@@ -6,111 +6,139 @@
<!-- Title: main Pages: 1 -->
<svg width="190pt" height="334pt"
viewBox="0.00 0.00 190.00 334.25" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<svg id="main" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" onload="init(evt)">
<style type="text/css"><![CDATA[
.node, .edge {opacity: 0.7;}
.node.selected, .edge.selected {opacity: 1;}
.edge:hover path { stroke: red; }
.edge:hover polygon { stroke: red; fill: red; }
]]></style>
<script type="application/ecmascript" xlink:href="../../svg.min.js"/>
<svg id="graph" class="graph">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 330.25)">
<title>main</title>
<!-- Node1 -->
<g id="node1" class="node">
<g id="Node000001" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title=" ">
<g id="a_Node000001"><a xlink:title=" ">
<polygon fill="#999999" stroke="#666666" points="37,-160.25 0,-160.25 0,-141 37,-141 37,-160.25"/>
<text text-anchor="middle" x="18.5" y="-146.75" font-family="Helvetica,sans-Serif" font-size="10.00">main</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="node2" class="node">
<g id="Node000002" class="node">
<title>Node2</title>
<g id="a_node2"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/manip/endl.html#" xlink:title=" ">
<g id="a_Node000002"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/manip/endl.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="154.25,-326.25 100.75,-326.25 100.75,-307 154.25,-307 154.25,-326.25"/>
<text text-anchor="middle" x="127.5" y="-312.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::endl</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1" class="edge">
<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="M20.19,-160.47C22.54,-186.72 32.57,-259.08 73,-298.62 77.83,-303.35 83.93,-306.83 90.28,-309.4"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="88.7,-312.9 99.3,-312.73 90.91,-306.26 88.7,-312.9"/>
</a>
</g>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<g id="Node000003" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:href="../../d2/d0b/fast__power_8cpp.html#a0d4e3f0099a6975b74a314a35bd0f94d" target="_top" xlink:title=" ">
<g id="a_Node000003"><a xlink:href="../../d2/d0b/fast__power_8cpp.html#a0d4e3f0099a6975b74a314a35bd0f94d" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="173.75,-271.25 81.25,-271.25 81.25,-252 173.75,-252 173.75,-271.25"/>
<text text-anchor="middle" x="127.5" y="-257.75" font-family="Helvetica,sans-Serif" font-size="10.00">fast_power_linear</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<g id="edge2" class="edge">
<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="M22.57,-160.61C28.91,-179.55 45.2,-220.83 73,-243.62 74.09,-244.52 75.22,-245.36 76.39,-246.17"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="74.53,-249.71 84.96,-251.58 77.98,-243.61 74.53,-249.71"/>
</a>
</g>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<g id="Node000004" class="node">
<title>Node4</title>
<g id="a_node4"><a xlink:href="../../d2/d0b/fast__power_8cpp.html#a8399b847626e5bba983cab7c7918b445" target="_top" xlink:title=" ">
<g id="a_Node000004"><a xlink:href="../../d2/d0b/fast__power_8cpp.html#a8399b847626e5bba983cab7c7918b445" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="182,-216.25 73,-216.25 73,-197 182,-197 182,-216.25"/>
<text text-anchor="middle" x="127.5" y="-202.75" font-family="Helvetica,sans-Serif" font-size="10.00">fast_power_recursive</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node4 -->
<g id="edge4" class="edge">
<g id="edge4_Node000001_Node000004" class="edge">
<title>Node1&#45;&gt;Node4</title>
<g id="a_edge4_Node000001_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M31.17,-160.45C41.6,-168.84 57.57,-180.77 73,-188.62 75.74,-190.02 78.62,-191.35 81.55,-192.6"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="80.05,-196.16 90.64,-196.55 82.61,-189.64 80.05,-196.16"/>
</a>
</g>
</g>
<!-- Node5 -->
<g id="node5" class="node">
<g id="Node000005" 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=" ">
<g id="a_Node000005"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/numeric/math/pow.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="154.25,-179.25 100.75,-179.25 100.75,-160 154.25,-160 154.25,-179.25"/>
<text text-anchor="middle" x="127.5" y="-165.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::pow</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node5 -->
<g id="edge6" class="edge">
<g id="edge6_Node000001_Node000005" class="edge">
<title>Node1&#45;&gt;Node5</title>
<g id="a_edge6_Node000001_Node000005"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M37.17,-153.76C51.42,-156.29 71.96,-159.94 89.75,-163.1"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="88.93,-166.69 99.39,-164.99 90.15,-159.79 88.93,-166.69"/>
</a>
</g>
</g>
<!-- Node6 -->
<g id="node6" class="node">
<g id="Node000006" class="node">
<title>Node6</title>
<g id="a_node6"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/numeric/random/rand.html#" xlink:title=" ">
<g id="a_Node000006"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/numeric/random/rand.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="154.62,-142.25 100.38,-142.25 100.38,-123 154.62,-123 154.62,-142.25"/>
<text text-anchor="middle" x="127.5" y="-128.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::rand</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node6 -->
<g id="edge7" class="edge">
<g id="edge7_Node000001_Node000006" class="edge">
<title>Node1&#45;&gt;Node6</title>
<g id="a_edge7_Node000001_Node000006"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M37.17,-147.65C51.33,-145.27 71.68,-141.85 89.38,-138.87"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="89.7,-142.2 98.98,-137.09 88.54,-135.29 89.7,-142.2"/>
</a>
</g>
</g>
<!-- Node7 -->
<g id="node7" class="node">
<g id="Node000007" class="node">
<title>Node7</title>
<g id="a_node7"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/numeric/random/srand.html#" xlink:title=" ">
<g id="a_Node000007"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/numeric/random/srand.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="157.25,-105.25 97.75,-105.25 97.75,-86 157.25,-86 157.25,-105.25"/>
<text text-anchor="middle" x="127.5" y="-91.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::srand</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node7 -->
<g id="edge8" class="edge">
<g id="edge8_Node000001_Node000007" class="edge">
<title>Node1&#45;&gt;Node7</title>
<g id="a_edge8_Node000001_Node000007"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M31.63,-140.75C42.09,-132.62 57.86,-121.22 73,-113.62 77.53,-111.36 82.4,-109.27 87.31,-107.38"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="88.07,-110.47 96.3,-103.8 85.71,-103.88 88.07,-110.47"/>
</a>
</g>
</g>
<!-- Node8 -->
<g id="node8" class="node">
<g id="Node000008" class="node">
<title>Node8</title>
<g id="a_node8"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/ios_base/sync_with_stdio.html#" xlink:title=" ">
<g id="a_Node000008"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/ios_base/sync_with_stdio.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="178.25,-67.88 76.75,-67.88 76.75,-37.38 178.25,-37.38 178.25,-67.88"/>
<text text-anchor="start" x="84.75" y="-54.38" font-family="Helvetica,sans-Serif" font-size="10.00">std::ios_base::sync</text>
<text text-anchor="middle" x="127.5" y="-43.12" font-family="Helvetica,sans-Serif" font-size="10.00">_with_stdio</text>
@@ -118,37 +146,64 @@
</g>
</g>
<!-- Node1&#45;&gt;Node8 -->
<g id="edge9" class="edge">
<g id="edge9_Node000001_Node000008" class="edge">
<title>Node1&#45;&gt;Node8</title>
<g id="a_edge9_Node000001_Node000008"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M24.45,-140.73C32.64,-125.21 50.38,-95.04 73,-76.62 74.07,-75.76 75.17,-74.91 76.3,-74.1"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="77.87,-76.61 84.44,-68.3 74.12,-70.7 77.87,-76.61"/>
</a>
</g>
</g>
<!-- Node9 -->
<g id="node9" class="node">
<g id="Node000009" class="node">
<title>Node9</title>
<g id="a_node9"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/chrono/c/time.html#" xlink:title=" ">
<g id="a_Node000009"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/chrono/c/time.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="154.62,-19.25 100.38,-19.25 100.38,0 154.62,0 154.62,-19.25"/>
<text text-anchor="middle" x="127.5" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::time</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node9 -->
<g id="edge10" class="edge">
<g id="edge10_Node000001_Node000009" class="edge">
<title>Node1&#45;&gt;Node9</title>
<g id="a_edge10_Node000001_Node000009"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M21.13,-140.54C25.4,-117.44 38.97,-60.29 73,-28.62 77.76,-24.19 83.62,-20.79 89.7,-18.17"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="90.76,-21.15 98.98,-14.46 88.38,-14.56 90.76,-21.15"/>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node3 -->
<g id="edge3" class="edge">
<g id="edge3_Node000003_Node000003" class="edge">
<title>Node3&#45;&gt;Node3</title>
<g id="a_edge3_Node000003_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M110.44,-271.54C102.65,-280.15 108.34,-289.25 127.5,-289.25 138.58,-289.25 145.15,-286.21 147.22,-281.98"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="150.42,-281.36 144.56,-272.54 143.64,-283.09 150.42,-281.36"/>
</a>
</g>
</g>
<!-- Node4&#45;&gt;Node4 -->
<g id="edge5" class="edge">
<g id="edge5_Node000004_Node000004" class="edge">
<title>Node4&#45;&gt;Node4</title>
<g id="a_edge5_Node000004_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M110.44,-216.54C102.65,-225.15 108.34,-234.25 127.5,-234.25 138.58,-234.25 145.15,-231.21 147.22,-226.98"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="150.42,-226.36 144.56,-217.54 143.64,-228.09 150.42,-226.36"/>
</a>
</g>
</g>
</g>
</svg>
</svg>
<style type='text/css'>
<![CDATA[
[data-mouse-over-selected='false'] { opacity: 0.7; }
[data-mouse-over-selected='true'] { opacity: 1.0; }
]]>
</style>
<script type="application/ecmascript"><![CDATA[
document.addEventListener('DOMContentLoaded', (event) => {
highlightEdges();
highlightAdjacentNodes();
});
]]></script>
</svg>

Before

Width:  |  Height:  |  Size: 7.6 KiB

After

Width:  |  Height:  |  Size: 9.4 KiB

View File

@@ -0,0 +1,184 @@
<?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.0.5 (20230430.1635)
-->
<!-- Title: main Pages: 1 -->
<svg width="190pt" height="334pt"
viewBox="0.00 0.00 190.00 334.25" 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 330.25)">
<title>main</title>
<!-- Node1 -->
<g id="Node000001" class="node">
<title>Node1</title>
<g id="a_Node000001"><a xlink:title=" ">
<polygon fill="#999999" stroke="#666666" points="37,-160.25 0,-160.25 0,-141 37,-141 37,-160.25"/>
<text text-anchor="middle" x="18.5" y="-146.75" font-family="Helvetica,sans-Serif" font-size="10.00">main</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="Node000002" class="node">
<title>Node2</title>
<g id="a_Node000002"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/manip/endl.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="154.25,-326.25 100.75,-326.25 100.75,-307 154.25,-307 154.25,-326.25"/>
<text text-anchor="middle" x="127.5" y="-312.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::endl</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<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="M20.19,-160.47C22.54,-186.72 32.57,-259.08 73,-298.62 77.83,-303.35 83.93,-306.83 90.28,-309.4"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="88.7,-312.9 99.3,-312.73 90.91,-306.26 88.7,-312.9"/>
</a>
</g>
</g>
<!-- Node3 -->
<g id="Node000003" class="node">
<title>Node3</title>
<g id="a_Node000003"><a xlink:href="../../d2/d0b/fast__power_8cpp.html#a0d4e3f0099a6975b74a314a35bd0f94d" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="173.75,-271.25 81.25,-271.25 81.25,-252 173.75,-252 173.75,-271.25"/>
<text text-anchor="middle" x="127.5" y="-257.75" font-family="Helvetica,sans-Serif" font-size="10.00">fast_power_linear</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<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="M22.57,-160.61C28.91,-179.55 45.2,-220.83 73,-243.62 74.09,-244.52 75.22,-245.36 76.39,-246.17"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="74.53,-249.71 84.96,-251.58 77.98,-243.61 74.53,-249.71"/>
</a>
</g>
</g>
<!-- Node4 -->
<g id="Node000004" class="node">
<title>Node4</title>
<g id="a_Node000004"><a xlink:href="../../d2/d0b/fast__power_8cpp.html#a8399b847626e5bba983cab7c7918b445" target="_top" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="182,-216.25 73,-216.25 73,-197 182,-197 182,-216.25"/>
<text text-anchor="middle" x="127.5" y="-202.75" font-family="Helvetica,sans-Serif" font-size="10.00">fast_power_recursive</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node4 -->
<g id="edge4_Node000001_Node000004" class="edge">
<title>Node1&#45;&gt;Node4</title>
<g id="a_edge4_Node000001_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M31.17,-160.45C41.6,-168.84 57.57,-180.77 73,-188.62 75.74,-190.02 78.62,-191.35 81.55,-192.6"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="80.05,-196.16 90.64,-196.55 82.61,-189.64 80.05,-196.16"/>
</a>
</g>
</g>
<!-- Node5 -->
<g id="Node000005" class="node">
<title>Node5</title>
<g id="a_Node000005"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/numeric/math/pow.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="154.25,-179.25 100.75,-179.25 100.75,-160 154.25,-160 154.25,-179.25"/>
<text text-anchor="middle" x="127.5" y="-165.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::pow</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node5 -->
<g id="edge6_Node000001_Node000005" class="edge">
<title>Node1&#45;&gt;Node5</title>
<g id="a_edge6_Node000001_Node000005"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M37.17,-153.76C51.42,-156.29 71.96,-159.94 89.75,-163.1"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="88.93,-166.69 99.39,-164.99 90.15,-159.79 88.93,-166.69"/>
</a>
</g>
</g>
<!-- Node6 -->
<g id="Node000006" class="node">
<title>Node6</title>
<g id="a_Node000006"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/numeric/random/rand.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="154.62,-142.25 100.38,-142.25 100.38,-123 154.62,-123 154.62,-142.25"/>
<text text-anchor="middle" x="127.5" y="-128.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::rand</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node6 -->
<g id="edge7_Node000001_Node000006" class="edge">
<title>Node1&#45;&gt;Node6</title>
<g id="a_edge7_Node000001_Node000006"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M37.17,-147.65C51.33,-145.27 71.68,-141.85 89.38,-138.87"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="89.7,-142.2 98.98,-137.09 88.54,-135.29 89.7,-142.2"/>
</a>
</g>
</g>
<!-- Node7 -->
<g id="Node000007" class="node">
<title>Node7</title>
<g id="a_Node000007"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/numeric/random/srand.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="157.25,-105.25 97.75,-105.25 97.75,-86 157.25,-86 157.25,-105.25"/>
<text text-anchor="middle" x="127.5" y="-91.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::srand</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node7 -->
<g id="edge8_Node000001_Node000007" class="edge">
<title>Node1&#45;&gt;Node7</title>
<g id="a_edge8_Node000001_Node000007"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M31.63,-140.75C42.09,-132.62 57.86,-121.22 73,-113.62 77.53,-111.36 82.4,-109.27 87.31,-107.38"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="88.07,-110.47 96.3,-103.8 85.71,-103.88 88.07,-110.47"/>
</a>
</g>
</g>
<!-- Node8 -->
<g id="Node000008" class="node">
<title>Node8</title>
<g id="a_Node000008"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/ios_base/sync_with_stdio.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="178.25,-67.88 76.75,-67.88 76.75,-37.38 178.25,-37.38 178.25,-67.88"/>
<text text-anchor="start" x="84.75" y="-54.38" font-family="Helvetica,sans-Serif" font-size="10.00">std::ios_base::sync</text>
<text text-anchor="middle" x="127.5" y="-43.12" font-family="Helvetica,sans-Serif" font-size="10.00">_with_stdio</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node8 -->
<g id="edge9_Node000001_Node000008" class="edge">
<title>Node1&#45;&gt;Node8</title>
<g id="a_edge9_Node000001_Node000008"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M24.45,-140.73C32.64,-125.21 50.38,-95.04 73,-76.62 74.07,-75.76 75.17,-74.91 76.3,-74.1"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="77.87,-76.61 84.44,-68.3 74.12,-70.7 77.87,-76.61"/>
</a>
</g>
</g>
<!-- Node9 -->
<g id="Node000009" class="node">
<title>Node9</title>
<g id="a_Node000009"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/chrono/c/time.html#" xlink:title=" ">
<polygon fill="white" stroke="#666666" points="154.62,-19.25 100.38,-19.25 100.38,0 154.62,0 154.62,-19.25"/>
<text text-anchor="middle" x="127.5" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::time</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node9 -->
<g id="edge10_Node000001_Node000009" class="edge">
<title>Node1&#45;&gt;Node9</title>
<g id="a_edge10_Node000001_Node000009"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M21.13,-140.54C25.4,-117.44 38.97,-60.29 73,-28.62 77.76,-24.19 83.62,-20.79 89.7,-18.17"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="90.76,-21.15 98.98,-14.46 88.38,-14.56 90.76,-21.15"/>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node3 -->
<g id="edge3_Node000003_Node000003" class="edge">
<title>Node3&#45;&gt;Node3</title>
<g id="a_edge3_Node000003_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M110.44,-271.54C102.65,-280.15 108.34,-289.25 127.5,-289.25 138.58,-289.25 145.15,-286.21 147.22,-281.98"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="150.42,-281.36 144.56,-272.54 143.64,-283.09 150.42,-281.36"/>
</a>
</g>
</g>
<!-- Node4&#45;&gt;Node4 -->
<g id="edge5_Node000004_Node000004" class="edge">
<title>Node4&#45;&gt;Node4</title>
<g id="a_edge5_Node000004_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M110.44,-216.54C102.65,-225.15 108.34,-234.25 127.5,-234.25 138.58,-234.25 145.15,-231.21 147.22,-226.98"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="150.42,-226.36 144.56,-217.54 143.64,-228.09 150.42,-226.36"/>
</a>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 8.6 KiB