Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libm/complex/complex.tex')
-rw-r--r--newlib/libm/complex/complex.tex3
1 files changed, 3 insertions, 0 deletions
diff --git a/newlib/libm/complex/complex.tex b/newlib/libm/complex/complex.tex
index ec3258a5e..e91937aa2 100644
--- a/newlib/libm/complex/complex.tex
+++ b/newlib/libm/complex/complex.tex
@@ -19,6 +19,7 @@ Functions and documentations are taken from NetBSD.
* cexp:: Complex exponent
* cimag:: Imaginary part
* clog:: Complex natural (base e) logarithm
+* clog10:: Complex base 10 logarithm
* conj:: Complex conjugate
* cpow:: Complex power function
* cproj:: Compute a projection on the Riemann sphere
@@ -57,6 +58,8 @@ Functions and documentations are taken from NetBSD.
@page
@include complex/clog.def
@page
+@include complex/clog10.def
+@page
@include complex/conj.def
@page
@include complex/cpow.def