summaryrefslogtreecommitdiffstats
path: root/newlib/libm
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libm')
-rw-r--r--newlib/libm/common/s_exp10.c2
-rw-r--r--newlib/libm/common/s_pow10.c2
-rw-r--r--newlib/libm/math/math.tex6
3 files changed, 8 insertions, 2 deletions
diff --git a/newlib/libm/common/s_exp10.c b/newlib/libm/common/s_exp10.c
index 12f30036e..23cedfbf3 100644
--- a/newlib/libm/common/s_exp10.c
+++ b/newlib/libm/common/s_exp10.c
@@ -14,7 +14,7 @@
/*
FUNCTION
- <<exp10>>, <<exp10f>>---exponential
+ <<exp10>>, <<exp10f>>---exponential, base 10
INDEX
exp10
INDEX
diff --git a/newlib/libm/common/s_pow10.c b/newlib/libm/common/s_pow10.c
index 16ec0046a..052e26d36 100644
--- a/newlib/libm/common/s_pow10.c
+++ b/newlib/libm/common/s_pow10.c
@@ -14,7 +14,7 @@
/*
FUNCTION
- <<pow10>>, <<pow10f>>---exponential
+ <<pow10>>, <<pow10f>>---base 10 power functions
INDEX
pow10
INDEX
diff --git a/newlib/libm/math/math.tex b/newlib/libm/math/math.tex
index 03268f9b5..a6f931b3e 100644
--- a/newlib/libm/math/math.tex
+++ b/newlib/libm/math/math.tex
@@ -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