Documentation for 6376bf46af

This commit is contained in:
github-actions
2023-09-27 18:42:32 +00:00
parent d28eba1fef
commit b5b4d78981
5708 changed files with 52275 additions and 51112 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.7"/>
<meta name="generator" content="Doxygen 1.9.8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Algorithms_in_C++: numerical_methods/false_position.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.7 -->
<!-- Generated by Doxygen 1.9.8 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "../../search/",'.html');
@@ -116,25 +116,25 @@ Include dependency graph for false_position.cpp:</div>
</div><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="namespaces" name="namespaces"></a>
Namespaces</h2></td></tr>
<tr class="memitem:d1/de0/namespacenumerical__methods"><td class="memItemLeft" align="right" valign="top">namespace &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d1/de0/namespacenumerical__methods.html">numerical_methods</a></td></tr>
<tr class="memitem:d1/de0/namespacenumerical__methods" id="r_d1/de0/namespacenumerical__methods"><td class="memItemLeft" align="right" valign="top">namespace &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d1/de0/namespacenumerical__methods.html">numerical_methods</a></td></tr>
<tr class="memdesc:d1/de0/namespacenumerical__methods"><td class="mdescLeft">&#160;</td><td class="mdescRight">for assert <br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:df/dea/namespacefalse__position"><td class="memItemLeft" align="right" valign="top">namespace &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../df/dea/namespacefalse__position.html">false_position</a></td></tr>
<tr class="memitem:df/dea/namespacefalse__position" id="r_df/dea/namespacefalse__position"><td class="memItemLeft" align="right" valign="top">namespace &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../df/dea/namespacefalse__position.html">false_position</a></td></tr>
<tr class="memdesc:df/dea/namespacefalse__position"><td class="mdescLeft">&#160;</td><td class="mdescRight">Functions for [False Position] (<a href="https://en.wikipedia.org/wiki/Regula_falsi">https://en.wikipedia.org/wiki/Regula_falsi</a>) method. <br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="func-members" name="func-members"></a>
Functions</h2></td></tr>
<tr class="memitem:a85a6ec58b5064d63d4f0df3854496713"><td class="memItemLeft" align="right" valign="top">static float&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../dd/d29/false__position_8cpp.html#a85a6ec58b5064d63d4f0df3854496713">numerical_methods::false_position::eq</a> (float x)</td></tr>
<tr class="memitem:a85a6ec58b5064d63d4f0df3854496713" id="r_a85a6ec58b5064d63d4f0df3854496713"><td class="memItemLeft" align="right" valign="top">static float&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../dd/d29/false__position_8cpp.html#a85a6ec58b5064d63d4f0df3854496713">numerical_methods::false_position::eq</a> (float x)</td></tr>
<tr class="memdesc:a85a6ec58b5064d63d4f0df3854496713"><td class="mdescLeft">&#160;</td><td class="mdescRight">This function gives the value of f(x) for given x. <br /></td></tr>
<tr class="separator:a85a6ec58b5064d63d4f0df3854496713"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7d69b49dc37da1c02b3ab8c7fe783494"><td class="memItemLeft" align="right" valign="top">static float&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../dd/d29/false__position_8cpp.html#a7d69b49dc37da1c02b3ab8c7fe783494">numerical_methods::false_position::regula_falsi</a> (float x1, float x2, float y1, float y2)</td></tr>
<tr class="memitem:a7d69b49dc37da1c02b3ab8c7fe783494" id="r_a7d69b49dc37da1c02b3ab8c7fe783494"><td class="memItemLeft" align="right" valign="top">static float&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../dd/d29/false__position_8cpp.html#a7d69b49dc37da1c02b3ab8c7fe783494">numerical_methods::false_position::regula_falsi</a> (float x1, float x2, float y1, float y2)</td></tr>
<tr class="memdesc:a7d69b49dc37da1c02b3ab8c7fe783494"><td class="mdescLeft">&#160;</td><td class="mdescRight">This function finds root of the equation in given interval i.e. (x1,x2). <br /></td></tr>
<tr class="separator:a7d69b49dc37da1c02b3ab8c7fe783494"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a85cb7bfb90abc898e042d624372c5345"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../dd/d29/false__position_8cpp.html#a85cb7bfb90abc898e042d624372c5345">numerical_methods::false_position::printRoot</a> (float root, const int16_t &amp;count)</td></tr>
<tr class="memitem:a85cb7bfb90abc898e042d624372c5345" id="r_a85cb7bfb90abc898e042d624372c5345"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../dd/d29/false__position_8cpp.html#a85cb7bfb90abc898e042d624372c5345">numerical_methods::false_position::printRoot</a> (float root, const int16_t &amp;count)</td></tr>
<tr class="memdesc:a85cb7bfb90abc898e042d624372c5345"><td class="mdescLeft">&#160;</td><td class="mdescRight">This function prints roots of the equation. <br /></td></tr>
<tr class="separator:a85cb7bfb90abc898e042d624372c5345"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../dd/d29/false__position_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4">main</a> ()</td></tr>
<tr class="memitem:ae66f6b31b5ad750f1fe042a706a4e3d4" id="r_ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../dd/d29/false__position_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4">main</a> ()</td></tr>
<tr class="memdesc:ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="mdescLeft">&#160;</td><td class="mdescRight">Main function. <br /></td></tr>
<tr class="separator:ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
@@ -394,7 +394,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_9c6faab82c22511b50177aa2e38e2780.html">numerical_methods</a></li><li class="navelem"><a class="el" href="../../dd/d29/false__position_8cpp.html">false_position.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.7 </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.8 </li>
</ul>
</div>
</body>

View File

@@ -1,7 +1,7 @@
<map id="numerical_methods::false_position::regula_falsi" name="numerical_methods::false_position::regula_falsi">
<area shape="rect" id="Node000001" title="This function finds root of the equation in given interval i.e. (x1,x2)." alt="" coords="5,29,181,70"/>
<area shape="poly" id="edge3_Node000001_Node000001" title=" " alt="" coords="54,29,52,19,58,10,72,5,93,3,116,5,129,12,127,17,115,10,93,8,73,10,62,15,57,20,59,28"/>
<area shape="poly" id="edge3_Node000001_Node000001" title=" " alt="" coords="54,29,52,19,58,10,72,5,93,3,115,5,129,11,127,16,114,10,93,8,73,10,62,15,57,20,59,28"/>
<area shape="rect" id="Node000002" href="$dd/d29/false__position_8cpp.html#a85a6ec58b5064d63d4f0df3854496713" title="This function gives the value of f(x) for given x." alt="" coords="229,29,371,70"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="181,47,214,47,214,52,181,52"/>
<area shape="poly" id="edge2_Node000002_Node000002" title=" " alt="" coords="261,29,259,19,265,10,279,5,300,3,323,5,336,12,334,17,321,10,300,8,280,10,268,15,264,20,266,28"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="181,47,213,47,213,52,181,52"/>
<area shape="poly" id="edge2_Node000002_Node000002" title=" " alt="" coords="261,29,259,19,265,10,279,5,300,3,322,5,336,11,333,16,321,10,300,8,280,10,268,15,264,20,266,28"/>
</map>

View File

@@ -1,7 +1,7 @@
<?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.1.0 (20230707.0739)
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
-->
<!-- Title: numerical_methods::false_position::regula_falsi Pages: 1 -->
<svg width="282pt" height="57pt"
@@ -32,8 +32,8 @@
<g id="edge3_Node000001_Node000001" class="edge">
<title>Node1&#45;&gt;Node1</title>
<g id="a_edge3_Node000001_Node000001"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M38.26,-30.99C32.65,-40.06 41.81,-48.5 65.75,-48.5 79.21,-48.5 88,-45.83 92.12,-41.88"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="95.7,-42.29 93.24,-31.99 88.73,-41.58 95.7,-42.29"/>
<path fill="none" stroke="#63b8ff" d="M38.26,-30.99C32.65,-40.06 41.81,-48.5 65.75,-48.5 78.84,-48.5 87.51,-45.97 91.76,-42.2"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="95.21,-42.86 93.04,-32.49 88.27,-41.95 95.21,-42.86"/>
</a>
</g>
</g>
@@ -51,8 +51,8 @@
<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="M131.69,-15.25C139.87,-15.25 148.23,-15.25 156.39,-15.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="156.36,-18.75 166.36,-15.25 156.36,-11.75 156.36,-18.75"/>
<path fill="none" stroke="#63b8ff" d="M131.69,-15.25C139.78,-15.25 148.04,-15.25 156.11,-15.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="155.84,-18.75 165.84,-15.25 155.84,-11.75 155.84,-18.75"/>
</a>
</g>
</g>
@@ -60,8 +60,8 @@
<g id="edge2_Node000002_Node000002" class="edge">
<title>Node2&#45;&gt;Node2</title>
<g id="a_edge2_Node000002_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M193.39,-30.99C187.78,-40.06 196.94,-48.5 220.88,-48.5 234.34,-48.5 243.13,-45.83 247.24,-41.88"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="250.82,-42.29 248.36,-31.99 243.86,-41.58 250.82,-42.29"/>
<path fill="none" stroke="#63b8ff" d="M193.39,-30.99C187.78,-40.06 196.94,-48.5 220.88,-48.5 233.96,-48.5 242.64,-45.97 246.89,-42.2"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="250.33,-42.86 248.17,-32.49 243.39,-41.95 250.33,-42.86"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@@ -1,7 +1,7 @@
<?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.1.0 (20230707.0739)
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
-->
<!-- Title: numerical_methods::false_position::regula_falsi Pages: 1 -->
<svg width="282pt" height="57pt"
@@ -22,8 +22,8 @@
<g id="edge3_Node000001_Node000001" class="edge">
<title>Node1&#45;&gt;Node1</title>
<g id="a_edge3_Node000001_Node000001"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M38.26,-30.99C32.65,-40.06 41.81,-48.5 65.75,-48.5 79.21,-48.5 88,-45.83 92.12,-41.88"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="95.7,-42.29 93.24,-31.99 88.73,-41.58 95.7,-42.29"/>
<path fill="none" stroke="#63b8ff" d="M38.26,-30.99C32.65,-40.06 41.81,-48.5 65.75,-48.5 78.84,-48.5 87.51,-45.97 91.76,-42.2"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="95.21,-42.86 93.04,-32.49 88.27,-41.95 95.21,-42.86"/>
</a>
</g>
</g>
@@ -41,8 +41,8 @@
<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="M131.69,-15.25C139.87,-15.25 148.23,-15.25 156.39,-15.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="156.36,-18.75 166.36,-15.25 156.36,-11.75 156.36,-18.75"/>
<path fill="none" stroke="#63b8ff" d="M131.69,-15.25C139.78,-15.25 148.04,-15.25 156.11,-15.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="155.84,-18.75 165.84,-15.25 155.84,-11.75 155.84,-18.75"/>
</a>
</g>
</g>
@@ -50,8 +50,8 @@
<g id="edge2_Node000002_Node000002" class="edge">
<title>Node2&#45;&gt;Node2</title>
<g id="a_edge2_Node000002_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M193.39,-30.99C187.78,-40.06 196.94,-48.5 220.88,-48.5 234.34,-48.5 243.13,-45.83 247.24,-41.88"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="250.82,-42.29 248.36,-31.99 243.86,-41.58 250.82,-42.29"/>
<path fill="none" stroke="#63b8ff" d="M193.39,-30.99C187.78,-40.06 196.94,-48.5 220.88,-48.5 233.96,-48.5 242.64,-45.97 246.89,-42.2"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="250.33,-42.86 248.17,-32.49 243.39,-41.95 250.33,-42.86"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@@ -1,4 +1,4 @@
<map id="numerical_methods::false_position::eq" name="numerical_methods::false_position::eq">
<area shape="rect" id="Node000001" title="This function gives the value of f(x) for given x." alt="" coords="5,29,148,70"/>
<area shape="poly" id="edge1_Node000001_Node000001" title=" " alt="" coords="49,29,47,20,52,11,62,5,77,3,93,5,102,12,99,16,91,10,76,8,63,10,56,14,53,20,54,28"/>
<area shape="poly" id="edge1_Node000001_Node000001" title=" " alt="" coords="49,29,47,20,52,11,62,5,77,3,92,5,102,12,99,16,90,10,76,8,63,10,56,14,53,20,54,28"/>
</map>

View File

@@ -1,7 +1,7 @@
<?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.1.0 (20230707.0739)
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
-->
<!-- Title: numerical_methods::false_position::eq Pages: 1 -->
<svg width="115pt" height="57pt"
@@ -32,8 +32,8 @@
<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="M34.46,-30.99C30.6,-40.06 36.9,-48.5 53.38,-48.5 62.64,-48.5 68.69,-45.83 71.52,-41.88"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="75.08,-42.21 72.29,-31.99 68.09,-41.71 75.08,-42.21"/>
<path fill="none" stroke="#63b8ff" d="M34.46,-30.99C30.6,-40.06 36.9,-48.5 53.38,-48.5 62.38,-48.5 68.35,-45.97 71.28,-42.2"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="74.74,-42.77 72.15,-32.49 67.77,-42.14 74.74,-42.77"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@@ -1,7 +1,7 @@
<?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.1.0 (20230707.0739)
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
-->
<!-- Title: numerical_methods::false_position::eq Pages: 1 -->
<svg width="115pt" height="57pt"
@@ -22,8 +22,8 @@
<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="M34.46,-30.99C30.6,-40.06 36.9,-48.5 53.38,-48.5 62.64,-48.5 68.69,-45.83 71.52,-41.88"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="75.08,-42.21 72.29,-31.99 68.09,-41.71 75.08,-42.21"/>
<path fill="none" stroke="#63b8ff" d="M34.46,-30.99C30.6,-40.06 36.9,-48.5 53.38,-48.5 62.38,-48.5 68.35,-45.97 71.28,-42.2"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="74.74,-42.77 72.15,-32.49 67.77,-42.14 74.74,-42.77"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@@ -1,6 +1,6 @@
<map id="numerical_methods::false_position::printRoot" name="numerical_methods::false_position::printRoot">
<area shape="rect" id="Node000001" title="This function prints roots of the equation." alt="" coords="5,29,168,70"/>
<area shape="poly" id="edge2_Node000001_Node000001" title=" " alt="" coords="55,29,53,19,58,11,70,5,87,3,105,5,116,12,113,16,103,10,86,8,71,10,62,14,58,20,60,28"/>
<area shape="poly" id="edge2_Node000001_Node000001" title=" " alt="" coords="55,29,53,19,58,11,70,5,87,3,105,5,115,11,113,16,103,10,86,8,71,10,62,14,58,20,60,28"/>
<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="216,37,287,63"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="168,47,201,47,201,52,168,52"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="168,47,200,47,200,52,168,52"/>
</map>

View File

@@ -1,7 +1,7 @@
<?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.1.0 (20230707.0739)
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
-->
<!-- Title: numerical_methods::false_position::printRoot Pages: 1 -->
<svg width="219pt" height="57pt"
@@ -32,8 +32,8 @@
<g id="edge2_Node000001_Node000001" class="edge">
<title>Node1&#45;&gt;Node1</title>
<g id="a_edge2_Node000001_Node000001"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M38.97,-30.99C34.5,-40.06 41.8,-48.5 60.88,-48.5 71.6,-48.5 78.61,-45.83 81.89,-41.88"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="85.45,-42.24 82.78,-31.99 78.48,-41.67 85.45,-42.24"/>
<path fill="none" stroke="#63b8ff" d="M38.97,-30.99C34.5,-40.06 41.8,-48.5 60.88,-48.5 71.31,-48.5 78.22,-45.97 81.61,-42.2"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="85.06,-42.8 82.62,-32.49 78.1,-42.07 85.06,-42.8"/>
</a>
</g>
</g>
@@ -50,8 +50,8 @@
<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="M121.97,-15.25C130.34,-15.25 138.72,-15.25 146.49,-15.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="146.35,-18.75 156.35,-15.25 146.35,-11.75 146.35,-18.75"/>
<path fill="none" stroke="#63b8ff" d="M121.97,-15.25C130.14,-15.25 138.33,-15.25 145.94,-15.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="145.84,-18.75 155.84,-15.25 145.84,-11.75 145.84,-18.75"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@@ -1,7 +1,7 @@
<?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.1.0 (20230707.0739)
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
-->
<!-- Title: numerical_methods::false_position::printRoot Pages: 1 -->
<svg width="219pt" height="57pt"
@@ -22,8 +22,8 @@
<g id="edge2_Node000001_Node000001" class="edge">
<title>Node1&#45;&gt;Node1</title>
<g id="a_edge2_Node000001_Node000001"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M38.97,-30.99C34.5,-40.06 41.8,-48.5 60.88,-48.5 71.6,-48.5 78.61,-45.83 81.89,-41.88"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="85.45,-42.24 82.78,-31.99 78.48,-41.67 85.45,-42.24"/>
<path fill="none" stroke="#63b8ff" d="M38.97,-30.99C34.5,-40.06 41.8,-48.5 60.88,-48.5 71.31,-48.5 78.22,-45.97 81.61,-42.2"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="85.06,-42.8 82.62,-32.49 78.1,-42.07 85.06,-42.8"/>
</a>
</g>
</g>
@@ -40,8 +40,8 @@
<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="M121.97,-15.25C130.34,-15.25 138.72,-15.25 146.49,-15.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="146.35,-18.75 156.35,-15.25 146.35,-11.75 146.35,-18.75"/>
<path fill="none" stroke="#63b8ff" d="M121.97,-15.25C130.14,-15.25 138.33,-15.25 145.94,-15.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="145.84,-18.75 155.84,-15.25 145.84,-11.75 145.84,-18.75"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB