Commit 6a8dfdaa authored by Davis King's avatar Davis King

updated docs

parent 9f530e06
...@@ -35,6 +35,7 @@ ...@@ -35,6 +35,7 @@
</item> </item>
<item>hsort_array</item> <item>hsort_array</item>
<item>isort_array</item> <item>isort_array</item>
<item>numeric_constants</item>
<item>put_in_range</item> <item>put_in_range</item>
<item>qsort_array</item> <item>qsort_array</item>
<item>square_root</item> <item>square_root</item>
...@@ -619,6 +620,17 @@ ...@@ -619,6 +620,17 @@
</component> </component>
<!-- ************************************************************************* -->
<component>
<name>numeric_constants</name>
<file>dlib/numeric_constants.h</file>
<spec_file>dlib/numeric_constants.h</spec_file>
<description>
This is just a header file containing definitions of common numeric constants such as pi and e.
</description>
</component>
<!-- ************************************************************************* --> <!-- ************************************************************************* -->
<component> <component>
......
...@@ -9,6 +9,15 @@ ...@@ -9,6 +9,15 @@
<body> <body>
<term_list> <term_list>
<term file="algorithms.html" name="numeric_constants"/>
<term link="dlib/numeric_constants.h.html" name="pi"/>
<term link="dlib/numeric_constants.h.html" name="e"/>
<term link="dlib/numeric_constants.h.html" name="sqrt_2"/>
<term link="dlib/numeric_constants.h.html" name="sqrt_3"/>
<term link="dlib/numeric_constants.h.html" name="light_spd"/>
<term link="dlib/numeric_constants.h.html" name="newton_G"/>
<term link="dlib/numeric_constants.h.html" name="planck_cst"/>
<term link="compile.html" name="DLIB_REVISION"/> <term link="compile.html" name="DLIB_REVISION"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment