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++: math/finding_number_of_digits_in_a_number.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,18 +116,18 @@ Include dependency graph for finding_number_of_digits_in_a_number.cpp:</div>
</div><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:a8a3b522a675ab4cdec2d275f6f7798a1"><td class="memItemLeft" align="right" valign="top">uint64_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d0/d46/finding__number__of__digits__in__a__number_8cpp.html#a8a3b522a675ab4cdec2d275f6f7798a1">finding_number_of_digits_in_a_number</a> (uint64_t n)</td></tr>
<tr class="memitem:a8a3b522a675ab4cdec2d275f6f7798a1" id="r_a8a3b522a675ab4cdec2d275f6f7798a1"><td class="memItemLeft" align="right" valign="top">uint64_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d0/d46/finding__number__of__digits__in__a__number_8cpp.html#a8a3b522a675ab4cdec2d275f6f7798a1">finding_number_of_digits_in_a_number</a> (uint64_t n)</td></tr>
<tr class="memdesc:a8a3b522a675ab4cdec2d275f6f7798a1"><td class="mdescLeft">&#160;</td><td class="mdescRight">for IO operations <br /></td></tr>
<tr class="separator:a8a3b522a675ab4cdec2d275f6f7798a1"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac0862b67cf73651707ece04673e1ae49"><td class="memItemLeft" align="right" valign="top">double&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d0/d46/finding__number__of__digits__in__a__number_8cpp.html#ac0862b67cf73651707ece04673e1ae49">finding_number_of_digits_in_a_number_using_log</a> (double n)</td></tr>
<tr class="memitem:ac0862b67cf73651707ece04673e1ae49" id="r_ac0862b67cf73651707ece04673e1ae49"><td class="memItemLeft" align="right" valign="top">double&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d0/d46/finding__number__of__digits__in__a__number_8cpp.html#ac0862b67cf73651707ece04673e1ae49">finding_number_of_digits_in_a_number_using_log</a> (double n)</td></tr>
<tr class="memdesc:ac0862b67cf73651707ece04673e1ae49"><td class="mdescLeft">&#160;</td><td class="mdescRight">This function finds the number of digits in constant time using logarithmic function TC: O(1) <br /></td></tr>
<tr class="separator:ac0862b67cf73651707ece04673e1ae49"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab4c15b7f1aedd4419a65cd49562cc300"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d0/d46/finding__number__of__digits__in__a__number_8cpp.html#ab4c15b7f1aedd4419a65cd49562cc300">first_test</a> ()</td></tr>
<tr class="memitem:ab4c15b7f1aedd4419a65cd49562cc300" id="r_ab4c15b7f1aedd4419a65cd49562cc300"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d0/d46/finding__number__of__digits__in__a__number_8cpp.html#ab4c15b7f1aedd4419a65cd49562cc300">first_test</a> ()</td></tr>
<tr class="memdesc:ab4c15b7f1aedd4419a65cd49562cc300"><td class="mdescLeft">&#160;</td><td class="mdescRight">Self-test implementations. <br /></td></tr>
<tr class="separator:ab4c15b7f1aedd4419a65cd49562cc300"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a8b222ea7f3e6e3128e67d546b654d3a9"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d0/d46/finding__number__of__digits__in__a__number_8cpp.html#a8b222ea7f3e6e3128e67d546b654d3a9">second_test</a> ()</td></tr>
<tr class="memitem:a8b222ea7f3e6e3128e67d546b654d3a9" id="r_a8b222ea7f3e6e3128e67d546b654d3a9"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d0/d46/finding__number__of__digits__in__a__number_8cpp.html#a8b222ea7f3e6e3128e67d546b654d3a9">second_test</a> ()</td></tr>
<tr class="separator:a8b222ea7f3e6e3128e67d546b654d3a9"><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="../../d0/d46/finding__number__of__digits__in__a__number_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="../../d0/d46/finding__number__of__digits__in__a__number_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>
@@ -344,7 +344,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_296d53ceaeaa7e099814a6def439fe8a.html">math</a></li><li class="navelem"><a class="el" href="../../d0/d46/finding__number__of__digits__in__a__number_8cpp.html">finding_number_of_digits_in_a_number.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,5 +1,5 @@
<map id="first_test" name="first_test">
<area shape="rect" id="Node000001" title="Self&#45;test implementations." alt="" coords="5,13,78,39"/>
<area shape="rect" id="Node000002" href="$d0/d46/finding__number__of__digits__in__a__number_8cpp.html#a8a3b522a675ab4cdec2d275f6f7798a1" title="for IO operations" alt="" coords="126,5,291,46"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="78,23,111,23,111,28,78,28"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="78,23,110,23,110,28,78,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: first_test Pages: 1 -->
<svg width="222pt" height="39pt"
@@ -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="M54.54,-15.25C61.97,-15.25 70.44,-15.25 79.19,-15.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="78.97,-18.75 88.97,-15.25 78.97,-11.75 78.97,-18.75"/>
<path fill="none" stroke="#63b8ff" d="M54.54,-15.25C61.81,-15.25 70.07,-15.25 78.61,-15.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="78.45,-18.75 88.45,-15.25 78.45,-11.75 78.45,-18.75"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 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: first_test Pages: 1 -->
<svg width="222pt" height="39pt"
@@ -31,8 +31,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="M54.54,-15.25C61.97,-15.25 70.44,-15.25 79.19,-15.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="78.97,-18.75 88.97,-15.25 78.97,-11.75 78.97,-18.75"/>
<path fill="none" stroke="#63b8ff" d="M54.54,-15.25C61.81,-15.25 70.07,-15.25 78.61,-15.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="78.45,-18.75 88.45,-15.25 78.45,-11.75 78.45,-18.75"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -1,7 +1,7 @@
<map id="main" name="main">
<area shape="rect" id="Node000001" title="Main function." alt="" coords="5,13,55,39"/>
<area shape="rect" id="Node000002" href="$d0/d46/finding__number__of__digits__in__a__number_8cpp.html#ab4c15b7f1aedd4419a65cd49562cc300" title="Self&#45;test implementations." alt="" coords="103,13,175,39"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="55,23,88,23,88,28,55,28"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="55,23,87,23,87,28,55,28"/>
<area shape="rect" id="Node000003" href="$d0/d46/finding__number__of__digits__in__a__number_8cpp.html#a8a3b522a675ab4cdec2d275f6f7798a1" title="for IO operations" alt="" coords="223,5,388,46"/>
<area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="175,23,208,23,208,28,175,28"/>
<area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="175,23,207,23,207,28,175,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: main Pages: 1 -->
<svg width="295pt" height="39pt"
@@ -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="M37.17,-15.25C44.52,-15.25 53.34,-15.25 61.99,-15.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.73,-18.75 71.73,-15.25 61.73,-11.75 61.73,-18.75"/>
<path fill="none" stroke="#63b8ff" d="M37.17,-15.25C44.35,-15.25 52.94,-15.25 61.41,-15.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.22,-18.75 71.21,-15.25 61.21,-11.75 61.22,-18.75"/>
</a>
</g>
</g>
@@ -59,8 +59,8 @@
<g id="edge2_Node000002_Node000003" class="edge">
<title>Node2&#45;&gt;Node3</title>
<g id="a_edge2_Node000002_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M127.54,-15.25C134.97,-15.25 143.44,-15.25 152.19,-15.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="151.97,-18.75 161.97,-15.25 151.97,-11.75 151.97,-18.75"/>
<path fill="none" stroke="#63b8ff" d="M127.54,-15.25C134.81,-15.25 143.07,-15.25 151.61,-15.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="151.45,-18.75 161.45,-15.25 151.45,-11.75 151.45,-18.75"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 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: main Pages: 1 -->
<svg width="295pt" height="39pt"
@@ -30,8 +30,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="M37.17,-15.25C44.52,-15.25 53.34,-15.25 61.99,-15.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.73,-18.75 71.73,-15.25 61.73,-11.75 61.73,-18.75"/>
<path fill="none" stroke="#63b8ff" d="M37.17,-15.25C44.35,-15.25 52.94,-15.25 61.41,-15.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.22,-18.75 71.21,-15.25 61.21,-11.75 61.22,-18.75"/>
</a>
</g>
</g>
@@ -49,8 +49,8 @@
<g id="edge2_Node000002_Node000003" class="edge">
<title>Node2&#45;&gt;Node3</title>
<g id="a_edge2_Node000002_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M127.54,-15.25C134.97,-15.25 143.44,-15.25 152.19,-15.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="151.97,-18.75 161.97,-15.25 151.97,-11.75 151.97,-18.75"/>
<path fill="none" stroke="#63b8ff" d="M127.54,-15.25C134.81,-15.25 143.07,-15.25 151.61,-15.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="151.45,-18.75 161.45,-15.25 151.45,-11.75 151.45,-18.75"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB