Files
C-Plus-Plus/d4/d08/babylonian__method_8cpp__incl.svg
2023-01-22 19:44:10 +00:00

68 lines
2.9 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/babylonian_method.cpp Pages: 1 -->
<svg width="192pt" height="93pt"
viewBox="0.00 0.00 191.50 93.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 89)">
<title>numerical_methods/babylonian_method.cpp</title>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title="A babylonian method (BM) is an algorithm that computes the square root.">
<polygon fill="#999999" stroke="#666666" points="165,-85 14,-85 14,-55 165,-55 165,-85"/>
<text text-anchor="start" x="22" y="-73" font-family="Helvetica,sans-Serif" font-size="10.00">numerical_methods/babylonian</text>
<text text-anchor="middle" x="89.5" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">_method.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="49,-19 0,-19 0,0 49,0 49,-19"/>
<text text-anchor="middle" x="24.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">cassert</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1" class="edge">
<title>Node1&#45;&gt;Node2</title>
<path fill="none" stroke="#63b8ff" d="M73.43,-54.54C64.09,-46.13 52.28,-35.51 42.61,-26.8"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="45.04,-24.28 35.26,-20.19 40.36,-29.48 45.04,-24.28"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="111.5,-19 67.5,-19 67.5,0 111.5,0 111.5,-19"/>
<text text-anchor="middle" x="89.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">cmath</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<g id="edge2" class="edge">
<title>Node1&#45;&gt;Node3</title>
<path fill="none" stroke="#63b8ff" d="M89.5,-54.54C89.5,-47.34 89.5,-38.53 89.5,-30.68"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="93,-30.69 89.5,-20.69 86,-30.69 93,-30.69"/>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><a xlink:title=" ">
<polygon fill="#e0e0e0" stroke="#999999" points="183.5,-19 129.5,-19 129.5,0 183.5,0 183.5,-19"/>
<text text-anchor="middle" x="156.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node4 -->
<g id="edge3" class="edge">
<title>Node1&#45;&gt;Node4</title>
<path fill="none" stroke="#63b8ff" d="M106.06,-54.54C115.79,-46.04 128.11,-35.29 138.14,-26.53"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="140.19,-29.38 145.42,-20.17 135.59,-24.11 140.19,-29.38"/>
</g>
</g>
</svg>