mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-11 11:07:27 +08:00
82 lines
3.6 KiB
XML
82 lines
3.6 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 7.0.6 (20230106.0513)
|
|
-->
|
|
<!-- Title: test Pages: 1 -->
|
|
<svg width="131pt" height="138pt"
|
|
viewBox="0.00 0.00 131.00 138.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 134)">
|
|
<title>test</title>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title="Self-test implementations.">
|
|
<polygon fill="#999999" stroke="#666666" points="33,-74 0,-74 0,-55 33,-55 33,-74"/>
|
|
<text text-anchor="middle" x="16.5" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">test</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node2 -->
|
|
<g id="node2" 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=" ">
|
|
<polygon fill="white" stroke="#666666" points="123,-130 69,-130 69,-111 123,-111 123,-130"/>
|
|
<text text-anchor="middle" x="96" y="-118" font-family="Helvetica,sans-Serif" font-size="10.00">std::endl</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node2 -->
|
|
<g id="edge1" class="edge">
|
|
<title>Node1->Node2</title>
|
|
<path fill="none" stroke="#63b8ff" d="M30.54,-74.29C40.91,-82.03 55.8,-93.07 69,-102.5 69.82,-103.09 70.66,-103.68 71.5,-104.28"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="69.2,-106.94 79.4,-109.81 73.21,-101.21 69.2,-106.94"/>
|
|
</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/exp.html#" xlink:title=" ">
|
|
<polygon fill="white" stroke="#666666" points="122,-93 70,-93 70,-74 122,-74 122,-93"/>
|
|
<text text-anchor="middle" x="96" y="-81" font-family="Helvetica,sans-Serif" font-size="10.00">std::exp</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node3 -->
|
|
<g id="edge2" class="edge">
|
|
<title>Node1->Node3</title>
|
|
<path fill="none" stroke="#63b8ff" d="M33.18,-68.34C40.52,-70.14 49.6,-72.37 58.51,-74.55"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="57.56,-77.92 68.11,-76.91 59.23,-71.13 57.56,-77.92"/>
|
|
</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/sin.html#" xlink:title=" ">
|
|
<polygon fill="white" stroke="#666666" points="120.5,-56 71.5,-56 71.5,-37 120.5,-37 120.5,-56"/>
|
|
<text text-anchor="middle" x="96" y="-44" font-family="Helvetica,sans-Serif" font-size="10.00">std::sin</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node4 -->
|
|
<g id="edge3" class="edge">
|
|
<title>Node1->Node4</title>
|
|
<path fill="none" stroke="#63b8ff" d="M33.18,-60.86C40.92,-59.06 50.58,-56.82 59.95,-54.64"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="60.67,-58.07 69.62,-52.4 59.09,-51.25 60.67,-58.07"/>
|
|
</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/sqrt.html#" xlink:title=" ">
|
|
<polygon fill="white" stroke="#666666" points="122.5,-19 69.5,-19 69.5,0 122.5,0 122.5,-19"/>
|
|
<text text-anchor="middle" x="96" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">std::sqrt</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node5 -->
|
|
<g id="edge4" class="edge">
|
|
<title>Node1->Node5</title>
|
|
<path fill="none" stroke="#63b8ff" d="M31.36,-54.67C42.53,-46.74 58.49,-35.41 71.63,-26.09"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="73.64,-28.95 79.77,-20.31 69.59,-23.24 73.64,-28.95"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|