mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-23 13:22:47 +08:00
82 lines
3.4 KiB
XML
82 lines
3.4 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 5.0.1 (20220820.1526)
|
|
-->
|
|
<!-- Title: math/integral_approximation.cpp Pages: 1 -->
|
|
<svg width="270pt" height="82pt"
|
|
viewBox="0.00 0.00 269.50 82.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 78)">
|
|
<title>math/integral_approximation.cpp</title>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title="Compute integral approximation of the function using Riemann sum">
|
|
<polygon fill="#999999" stroke="#666666" points="203.5,-74 45.5,-74 45.5,-55 203.5,-55 203.5,-74"/>
|
|
<text text-anchor="middle" x="124.5" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">math/integral_approximation.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->Node2 -->
|
|
<g id="edge1" class="edge">
|
|
<title>Node1->Node2</title>
|
|
<path fill="none" stroke="#63b8ff" d="M108.43,-54.98C92.64,-46.61 68.28,-33.7 49.87,-23.95"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="51.33,-20.76 40.86,-19.17 48.06,-26.95 51.33,-20.76"/>
|
|
</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->Node3 -->
|
|
<g id="edge2" class="edge">
|
|
<title>Node1->Node3</title>
|
|
<path fill="none" stroke="#63b8ff" d="M118.72,-54.75C113.88,-47.42 106.82,-36.73 100.86,-27.7"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="103.6,-25.5 95.17,-19.09 97.76,-29.36 103.6,-25.5"/>
|
|
</g>
|
|
<!-- Node4 -->
|
|
<g id="node4" class="node">
|
|
<title>Node4</title>
|
|
<g id="a_node4"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="189,-19 130,-19 130,0 189,0 189,-19"/>
|
|
<text text-anchor="middle" x="159.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">functional</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node4 -->
|
|
<g id="edge3" class="edge">
|
|
<title>Node1->Node4</title>
|
|
<path fill="none" stroke="#63b8ff" d="M130.28,-54.75C135.12,-47.42 142.18,-36.73 148.14,-27.7"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="151.24,-29.36 153.83,-19.09 145.4,-25.5 151.24,-29.36"/>
|
|
</g>
|
|
<!-- Node5 -->
|
|
<g id="node5" class="node">
|
|
<title>Node5</title>
|
|
<g id="a_node5"><a xlink:title=" ">
|
|
<polygon fill="#e0e0e0" stroke="#999999" points="261.5,-19 207.5,-19 207.5,0 261.5,0 261.5,-19"/>
|
|
<text text-anchor="middle" x="234.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">iostream</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node5 -->
|
|
<g id="edge4" class="edge">
|
|
<title>Node1->Node5</title>
|
|
<path fill="none" stroke="#63b8ff" d="M142.17,-54.98C159.79,-46.5 187.08,-33.35 207.43,-23.54"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="209.02,-26.66 216.51,-19.17 205.98,-20.36 209.02,-26.66"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|