Skip to content

Commit 4f65762

Browse files
Documentation for 81fc13e
1 parent 231d74e commit 4f65762

File tree

59 files changed

+1777
-1113
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+1777
-1113
lines changed
Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
<map id="math/modular_inverse_fermat_little_theorem.cpp" name="math/modular_inverse_fermat_little_theorem.cpp">
2-
<area shape="rect" id="Node000001" title="C++ Program to find the modular inverse using Fermat&#39;s Little Theorem" alt="" coords="5,5,181,46"/>
3-
<area shape="rect" id="Node000002" title=" " alt="" coords="13,94,85,120"/>
4-
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="84,48,65,82,61,79,80,45"/>
5-
<area shape="rect" id="Node000003" title=" " alt="" coords="108,94,166,120"/>
6-
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="106,45,125,79,121,82,102,48"/>
2+
<area shape="rect" id="Node000001" title="C++ Program to find the modular inverse using Fermat&#39;s Little Theorem" alt="" coords="36,5,212,46"/>
3+
<area shape="rect" id="Node000002" title=" " alt="" coords="5,94,70,120"/>
4+
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="105,48,64,85,60,81,101,44"/>
5+
<area shape="rect" id="Node000003" title=" " alt="" coords="94,94,154,120"/>
6+
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="127,46,127,78,122,78,122,46"/>
7+
<area shape="rect" id="Node000004" title=" " alt="" coords="178,94,249,120"/>
8+
<area shape="poly" id="edge3_Node000001_Node000004" title=" " alt="" coords="148,44,190,82,187,86,144,48"/>
79
</map>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
62765084653e18adcb37ceef2bdd2163
1+
b57f4879813954ad46b5ec86c896aa3a

d3/d1e/modular__inverse__fermat__little__theorem_8cpp__incl.svg

Lines changed: 31 additions & 13 deletions
Loading

d3/d1e/modular__inverse__fermat__little__theorem_8cpp__incl_org.svg

Lines changed: 31 additions & 13 deletions
Loading
Lines changed: 125 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,125 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2+
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
5+
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
6+
<meta name="generator" content="Doxygen 1.12.0"/>
7+
<meta name="viewport" content="width=device-width, initial-scale=1"/>
8+
<title>Algorithms_in_C++: modular_inverse_fermat Namespace Reference</title>
9+
<link href="../../tabs.css" rel="stylesheet" type="text/css"/>
10+
<script type="text/javascript" src="../../jquery.js"></script>
11+
<script type="text/javascript" src="../../dynsections.js"></script>
12+
<script type="text/javascript" src="../../clipboard.js"></script>
13+
<link href="../../navtree.css" rel="stylesheet" type="text/css"/>
14+
<script type="text/javascript" src="../../navtreedata.js"></script>
15+
<script type="text/javascript" src="../../navtree.js"></script>
16+
<script type="text/javascript" src="../../resize.js"></script>
17+
<script type="text/javascript" src="../../cookie.js"></script>
18+
<link href="../../search/search.css" rel="stylesheet" type="text/css"/>
19+
<script type="text/javascript" src="../../search/searchdata.js"></script>
20+
<script type="text/javascript" src="../../search/search.js"></script>
21+
<script type="text/x-mathjax-config">
22+
MathJax.Hub.Config({
23+
extensions: ["tex2jax.js", "TeX/AMSmath.js", "TeX/AMSsymbols.js"],
24+
jax: ["input/TeX","output/HTML-CSS"],
25+
});
26+
</script>
27+
<script type="text/javascript" async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_CHTML/MathJax.js"></script>
28+
<link href="../../doxygen.css" rel="stylesheet" type="text/css" />
29+
</head>
30+
<body>
31+
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
32+
<div id="titlearea">
33+
<table cellspacing="0" cellpadding="0">
34+
<tbody>
35+
<tr id="projectrow">
36+
<td id="projectalign">
37+
<div id="projectname">Algorithms_in_C++<span id="projectnumber">&#160;1.0.0</span>
38+
</div>
39+
<div id="projectbrief">Set of algorithms implemented in C++.</div>
40+
</td>
41+
</tr>
42+
</tbody>
43+
</table>
44+
</div>
45+
<!-- end header part -->
46+
<!-- Generated by Doxygen 1.12.0 -->
47+
<script type="text/javascript">
48+
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
49+
var searchBox = new SearchBox("searchBox", "../../search/",'.html');
50+
/* @license-end */
51+
</script>
52+
<script type="text/javascript">
53+
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
54+
$(function() { codefold.init(1); });
55+
/* @license-end */
56+
</script>
57+
<script type="text/javascript" src="../../menudata.js"></script>
58+
<script type="text/javascript" src="../../menu.js"></script>
59+
<script type="text/javascript">
60+
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
61+
$(function() {
62+
initMenu('../../',true,false,'search.php','Search',true);
63+
$(function() { init_search(); });
64+
});
65+
/* @license-end */
66+
</script>
67+
<div id="main-nav"></div>
68+
</div><!-- top -->
69+
<div id="side-nav" class="ui-resizable side-nav-resizable">
70+
<div id="nav-tree">
71+
<div id="nav-tree-contents">
72+
<div id="nav-sync" class="sync"></div>
73+
</div>
74+
</div>
75+
<div id="splitbar" style="-moz-user-select:none;"
76+
class="ui-resizable-handle">
77+
</div>
78+
</div>
79+
<script type="text/javascript">
80+
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
81+
$(function(){initNavTree('d7/d50/namespacemodular__inverse__fermat.html','../../'); initResizable(true); });
82+
/* @license-end */
83+
</script>
84+
<div id="doc-content">
85+
<!-- window showing the filter options -->
86+
<div id="MSearchSelectWindow"
87+
onmouseover="return searchBox.OnSearchSelectShow()"
88+
onmouseout="return searchBox.OnSearchSelectHide()"
89+
onkeydown="return searchBox.OnSearchSelectKey(event)">
90+
</div>
91+
92+
<!-- iframe showing the search results (closed by default) -->
93+
<div id="MSearchResultsWindow">
94+
<div id="MSearchResults">
95+
<div class="SRPage">
96+
<div id="SRIndex">
97+
<div id="SRResults"></div>
98+
<div class="SRStatus" id="Loading">Loading...</div>
99+
<div class="SRStatus" id="Searching">Searching...</div>
100+
<div class="SRStatus" id="NoMatches">No Matches</div>
101+
</div>
102+
</div>
103+
</div>
104+
</div>
105+
106+
<div class="header">
107+
<div class="headertitle"><div class="title">modular_inverse_fermat Namespace Reference</div></div>
108+
</div><!--header-->
109+
<div class="contents">
110+
111+
<p>Calculate modular inverse using Fermat's Little Theorem.
112+
<a href="#details">More...</a></p>
113+
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
114+
<div class="textblock"><p>Calculate modular inverse using Fermat's Little Theorem. </p>
115+
</div></div><!-- contents -->
116+
</div><!-- doc-content -->
117+
<!-- start footer part -->
118+
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
119+
<ul>
120+
<li class="navelem"><a class="el" href="../../d7/d50/namespacemodular__inverse__fermat.html">modular_inverse_fermat</a></li>
121+
<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.12.0 </li>
122+
</ul>
123+
</div>
124+
</body>
125+
</html>

0 commit comments

Comments
 (0)