Use makedoc output files which are generated but aren't included
I think these are accidental omissions, as these source files are listed to be chewed by makedoc, but the result is not included by any texinfo source file. Future work: Nothing in libc/reent/ which is processed by makedoc is included by reent.tex 2015-06-23 Jon Turney <jon.turney@dronecode.org.uk> * libc/stdlib/stdlib.tex: Include itoa and utoa, and add to menu. * libc/string/strings.tex: Include memrchr and rawmemchr, and add to menu. * libm/math/math.tex: Include exp10 and pow10, and add to menu. * libm/common/s_exp10.c: Improve one-line description. * libm/common/s_exp10.c: Ditto. Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
This commit is contained in:
@ -51,6 +51,7 @@ machines---are available when you include @file{fastmath.h} instead of
|
||||
* cosh:: Hyperbolic cosine
|
||||
* erf:: Error function (erf, erfc)
|
||||
* exp:: Exponential, base e
|
||||
* exp10:: Exponential, base 10
|
||||
* exp2:: Exponential, base 2
|
||||
* expm1:: Exponential, base e, of x - 1
|
||||
* fabs:: Absolute value (magnitude)
|
||||
@ -81,6 +82,7 @@ machines---are available when you include @file{fastmath.h} instead of
|
||||
* nearbyint:: Round to integer
|
||||
* nextafter:: Get next representable number
|
||||
* pow:: X to the power Y
|
||||
* pow10:: 10 to the power X
|
||||
* remainder:: remainder of X divided by Y
|
||||
* remquo:: Remainder and part of quotient
|
||||
* rint:: Round to integer
|
||||
@ -189,6 +191,8 @@ registered trademark of The IEEE.
|
||||
@page
|
||||
@include math/w_exp.def
|
||||
@page
|
||||
@include common/s_exp10.def
|
||||
@page
|
||||
@include math/w_exp2.def
|
||||
@page
|
||||
@include common/s_expm1.def
|
||||
@ -249,6 +253,8 @@ registered trademark of The IEEE.
|
||||
@page
|
||||
@include math/w_pow.def
|
||||
@page
|
||||
@include common/s_pow10.def
|
||||
@page
|
||||
@include math/w_remainder.def
|
||||
@page
|
||||
@include common/s_remquo.def
|
||||
|
Reference in New Issue
Block a user