mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-23 13:22:47 +08:00
67 lines
2.7 KiB
XML
67 lines
2.7 KiB
XML
<?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 6.0.1 (20220911.1526)
|
|
-->
|
|
<!-- Title: math/approximate_pi.cpp Pages: 1 -->
|
|
<svg width="188pt" height="82pt"
|
|
viewBox="0.00 0.00 187.50 82.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 78)">
|
|
<title>math/approximate_pi.cpp</title>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title="Implementation to calculate an estimate of the number π (Pi).">
|
|
<polygon fill="#999999" stroke="#666666" points="157,-74 31,-74 31,-55 157,-55 157,-74"/>
|
|
<text text-anchor="middle" x="94" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">math/approximate_pi.cpp</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node2 -->
|
|
<g id="node2" class="node">
|
|
<title>Node2</title>
|
|
<g id="a_node2"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="54,-19 0,-19 0,0 54,0 54,-19"/>
|
|
<text text-anchor="middle" x="27" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node2 -->
|
|
<g id="edge1" class="edge">
|
|
<title>Node1->Node2</title>
|
|
<path fill="none" stroke="#63b8ff" d="M83.24,-54.98C73.23,-47.07 58.11,-35.11 46.07,-25.58"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="47.97,-22.63 37.96,-19.17 43.63,-28.12 47.97,-22.63"/>
|
|
</g>
|
|
<!-- Node3 -->
|
|
<g id="node3" class="node">
|
|
<title>Node3</title>
|
|
<g id="a_node3"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="116,-19 72,-19 72,0 116,0 116,-19"/>
|
|
<text text-anchor="middle" x="94" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">vector</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node3 -->
|
|
<g id="edge2" class="edge">
|
|
<title>Node1->Node3</title>
|
|
<path fill="none" stroke="#63b8ff" d="M94,-54.75C94,-47.8 94,-37.85 94,-29.13"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="97.5,-29.09 94,-19.09 90.5,-29.09 97.5,-29.09"/>
|
|
</g>
|
|
<!-- Node4 -->
|
|
<g id="node4" class="node">
|
|
<title>Node4</title>
|
|
<g id="a_node4"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="179.5,-19 134.5,-19 134.5,0 179.5,0 179.5,-19"/>
|
|
<text text-anchor="middle" x="157" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">cstdlib</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node4 -->
|
|
<g id="edge3" class="edge">
|
|
<title>Node1->Node4</title>
|
|
<path fill="none" stroke="#63b8ff" d="M104.12,-54.98C113.44,-47.15 127.47,-35.34 138.74,-25.86"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="141.29,-28.29 146.69,-19.17 136.79,-22.93 141.29,-28.29"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|