mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-04 12:23:58 +08:00
29 lines
1.3 KiB
XML
29 lines
1.3 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 6.0.1 (20220911.1526)
|
|
-->
|
|
<!-- Title: math::modular_division::mod_division Pages: 1 -->
|
|
<svg width="125pt" height="56pt"
|
|
viewBox="0.00 0.00 125.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>math::modular_division::mod_division</title>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title="This function calculates modular division.">
|
|
<polygon fill="#999999" stroke="#666666" points="117,-30 0,-30 0,0 117,0 117,-30"/>
|
|
<text text-anchor="start" x="8" y="-18" font-family="Helvetica,sans-Serif" font-size="10.00">math::modular_division</text>
|
|
<text text-anchor="middle" x="58.5" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">::mod_division</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node1 -->
|
|
<g id="edge1" class="edge">
|
|
<title>Node1->Node1</title>
|
|
<path fill="none" stroke="#63b8ff" d="M37.93,-30.28C33.36,-39.41 40.22,-48 58.5,-48 69.35,-48 76.18,-44.97 78.98,-40.6"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="82.48,-40.3 79.07,-30.28 75.48,-40.25 82.48,-40.3"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|