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.tex46
1 files changed, 23 insertions, 23 deletions
diff --git a/newlib/libm/complex/complex.tex b/newlib/libm/complex/complex.tex
index e91937aa2..4af4d02dd 100644
--- a/newlib/libm/complex/complex.tex
+++ b/newlib/libm/complex/complex.tex
@@ -6,29 +6,29 @@ corresponding definitions and declarations are in @file{complex.h}.
Functions and documentations are taken from NetBSD.
@menu
-* cabs:: Complex absolute value
-* cacos:: Complex arc cosine
-* cacosh:: Complex arc hyperbolic cosine
-* carg:: Argument (also called phase angle)
-* casin:: Complex arc sine
-* casinh:: Complex arc hyperbolic sine
-* catan:: Complex arc tangent
-* catanh:: Complex arc hyperbolic tangent
-* ccos:: Complex cosine
-* ccosh:: Complex hyperbolic cosine
-* 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
-* creal:: Real part
-* csin:: Complex sine
-* csinh:: Complex hyperbolic sine
-* csqrt:: Complex square root
-* ctan:: Complex tangent
-* ctanh:: Complex hyperbolic tangent
+* Function cabs:: Complex absolute value
+* Function cacos:: Complex arc cosine
+* Function cacosh:: Complex arc hyperbolic cosine
+* Function carg:: Argument (also called phase angle)
+* Function casin:: Complex arc sine
+* Function casinh:: Complex arc hyperbolic sine
+* Function catan:: Complex arc tangent
+* Function catanh:: Complex arc hyperbolic tangent
+* Function ccos:: Complex cosine
+* Function ccosh:: Complex hyperbolic cosine
+* Function cexp:: Complex exponent
+* Function cimag:: Imaginary part
+* Function clog:: Complex natural (base e) logarithm
+* Function clog10:: Complex base 10 logarithm
+* Function conj:: Complex conjugate
+* Function cpow:: Complex power function
+* Function cproj:: Compute a projection on the Riemann sphere
+* Function creal:: Real part
+* Function csin:: Complex sine
+* Function csinh:: Complex hyperbolic sine
+* Function csqrt:: Complex square root
+* Function ctan:: Complex tangent
+* Function ctanh:: Complex hyperbolic tangent
@end menu
@page