mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-11 19:17:21 +08:00
30 lines
1.5 KiB
XML
30 lines
1.5 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 2.44.1 (20200629.0846)
|
|
-->
|
|
<!-- Title: numerical_methods::false_position::printRoot Pages: 1 -->
|
|
<svg width="130pt" height="57pt"
|
|
viewBox="0.00 0.00 130.00 57.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 53)">
|
|
<title>numerical_methods::false_position::printRoot</title>
|
|
<polygon fill="white" stroke="transparent" points="-4,4 -4,-53 126,-53 126,4 -4,4"/>
|
|
<!-- 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="#bfbfbf" stroke="black" points="0,-0.5 0,-30.5 122,-30.5 122,-0.5 0,-0.5"/>
|
|
<text text-anchor="start" x="8" y="-18.5" font-family="Helvetica,sans-Serif" font-size="10.00">numerical_methods::</text>
|
|
<text text-anchor="middle" x="61" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">false_position::printRoot</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node1 -->
|
|
<g id="edge1" class="edge">
|
|
<title>Node1->Node1</title>
|
|
<path fill="none" stroke="midnightblue" d="M39.74,-30.66C34.61,-40.06 41.7,-49 61,-49 72.76,-49 79.99,-45.68 82.68,-40.96"/>
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="86.16,-40.51 82.26,-30.66 79.17,-40.79 86.16,-40.51"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|