mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-11 00:49:14 +08:00
44 lines
2.0 KiB
XML
44 lines
2.0 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: numerical_methods::false_position::printRoot Pages: 1 -->
|
|
<svg width="220pt" height="56pt"
|
|
viewBox="0.00 0.00 220.00 56.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 52)">
|
|
<title>numerical_methods::false_position::printRoot</title>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title="This function prints roots of the equation.">
|
|
<polygon fill="#999999" stroke="#666666" points="122,-30 0,-30 0,0 122,0 122,-30"/>
|
|
<text text-anchor="start" x="8" y="-18" font-family="Helvetica,sans-Serif" font-size="10.00">numerical_methods::</text>
|
|
<text text-anchor="middle" x="61" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">false_position::printRoot</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node1 -->
|
|
<g id="edge2" class="edge">
|
|
<title>Node1->Node1</title>
|
|
<path fill="none" stroke="#63b8ff" d="M39.2,-30.28C34.36,-39.41 41.62,-48 61,-48 71.6,-48 78.57,-45.43 81.92,-41.61"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="85.4,-42.02 82.68,-31.78 78.42,-41.49 85.4,-42.02"/>
|
|
</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="212,-24.5 158,-24.5 158,-5.5 212,-5.5 212,-24.5"/>
|
|
<text text-anchor="middle" x="185" y="-12.5" 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="M122.29,-15C130.48,-15 138.69,-15 146.33,-15"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="146.26,-18.5 156.26,-15 146.26,-11.5 146.26,-18.5"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|