mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
updated docs
This commit is contained in:
parent
9f530e06f7
commit
6a8dfdaa05
@ -35,6 +35,7 @@
|
||||
</item>
|
||||
<item>hsort_array</item>
|
||||
<item>isort_array</item>
|
||||
<item>numeric_constants</item>
|
||||
<item>put_in_range</item>
|
||||
<item>qsort_array</item>
|
||||
<item>square_root</item>
|
||||
@ -619,6 +620,17 @@
|
||||
</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>
|
||||
|
@ -9,6 +9,15 @@
|
||||
<body>
|
||||
<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"/>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user