Neue Übersetzung von Maik Messerschmidt <maik.messerschmidt@gmx.net>
authorJoey Schulze <joey@infodrom.org>
Wed, 19 Apr 2006 11:09:33 +0000 (11:09 +0000)
committerJoey Schulze <joey@infodrom.org>
Wed, 19 Apr 2006 11:09:33 +0000 (11:09 +0000)
man3/ctan.3 [new file with mode: 0644]
man3/ctanh.3 [new file with mode: 0644]
man3/pow.3
man3/pow10.3 [new file with mode: 0644]

diff --git a/man3/ctan.3 b/man3/ctan.3
new file mode 100644 (file)
index 0000000..4b8e479
--- /dev/null
@@ -0,0 +1,28 @@
+.\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
+.\" Distributed under GPL
+.\" Translated into German by Maik Messerschmidt (Maik.Messerschmidt@gmx.net)
+.\"
+.TH CTAN 3 "6. April 2006" "" "Bibliotheksfunktionen"
+.SH BEZEICHNUNG
+ctan, ctanf, ctanl \- Der komplexe Tangens
+.SH "ÜBERSICHT"
+.B #include <complex.h>
+.sp
+.BI "double complex ctan(double complex " z ");"
+.br
+.BI "float complex ctanf(float complex " z );
+.br
+.BI "long double complex ctanl(long double complex " z ");"
+.sp
+Mit der Option \-lm linken.
+.SH BESCHREIBUNG
+Der Tangens
+.BR ctan()
+einer komplexen Zahl z ist definiert durch ccos(z)/csin(z).
+.SH KONFORM ZU
+C99
+.SH SIEHE AUCH
+.BR cabs (3),
+.BR ccos (3),
+.BR csin (3),
+.BR complex (5),
diff --git a/man3/ctanh.3 b/man3/ctanh.3
new file mode 100644 (file)
index 0000000..2a444cf
--- /dev/null
@@ -0,0 +1,29 @@
+.\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
+.\" Distributed under GPL
+.\" Translated into German by Maik Messerschmidt (Maik.Messerschmidt@gmx.net)
+.\"
+.TH CTANH 3 "6. April 2006" "" "Bibliotheksfunktionen"
+.SH BEZEICHNUNG
+ctanh, ctanhf, ctanhl \- der komplexe Tangens Hyperbolicus
+.SH "ÜBERSICHT"
+.B #include <complex.h>
+.sp
+.BI "double complex ctanh(double complex " z ");"
+.br
+.BI "float complex ctanhf(float complex " z );
+.br
+.BI "long double complex ctanhl(long double complex " z ");"
+.sp
+Mit der Option \-lm linken.
+.SH BESCHREIBUNG
+Der hyperbolische Tangens
+.BR ctan()
+einer komplexen Zahl z ist definiert durch
+cosh(z)/sinh(z).
+.SH KONFORM ZU
+C99
+.SH SIEHE AUCH
+.BR cabs (3),
+.BR ccosh (3),
+.BR csinh (3),
+.BR complex (5),
index 4b1efda..10954ba 100644 (file)
@@ -1 +1,72 @@
-.so man3/exp.3
+.\" Copyright 1993 David Metcalfe (david@prism.demon.co.uk)
+.\"
+.\" Permission is granted to make and distribute verbatim copies of this
+.\" manual provided the copyright notice and this permission notice are
+.\" preserved on all copies.
+.\"
+.\" Permission is granted to copy and distribute modified versions of this
+.\" manual under the conditions for verbatim copying, provided that the
+.\" entire resulting derived work is distributed under the terms of a
+.\" permission notice identical to this one.
+.\" 
+.\" Since the Linux kernel and libraries are constantly changing, this
+.\" manual page may be incorrect or out-of-date.  The author(s) assume no
+.\" responsibility for errors or omissions, or for damages resulting from
+.\" the use of the information contained herein.  The author(s) may not
+.\" have taken the same level of care in the production of this manual,
+.\" which is licensed free of charge, as they might when working
+.\" professionally.
+.\" 
+.\" Formatted or processed versions of this manual, if unaccompanied by
+.\" the source, must acknowledge the copyright and authors of this work.
+.\"
+.\" References consulted:
+.\"     Linux libc source code
+.\"     Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991)
+.\"     386BSD man pages
+.\" Modified 1993-07-24 by Rik Faith (faith@cs.unc.edu)
+.\" Modified 1995-08-14 by Arnt Gulbrandsen <agulbra@troll.no>
+.\" Modified 2002-07-27 by Walter Harms
+.\" (walter.harms@informatik.uni-oldenburg.de)
+.\" Translated into German by Maik Messerschmidt (Maik.Messerschmidt@gmx.net)
+.\"
+.TH POW 3 "6. April 2006" "" "Bibliotheksfunktionen"
+.SH BEZEICHNUNG
+pow, powf, powl \- Potenzfunktionen
+.SH "ÜBERSICHT"
+.nf
+.B #include <math.h>
+.sp
+.BI "double pow(double " x ", double " y );
+.br
+.BI "float powf(float " x ", float " y );
+.br
+.BI "long double powl(long double " x ", long double " y );
+.fi
+.sp
+Mit der Option \-lm linken.
+.SH BESCHREIBUNG
+Die
+.BR pow()
+Funktion gibt die
+.IR y
+te Potenz der Zahl
+.IR x
+zurück.
+.SH FEHLER
+Die
+.BR pow()
+Funktion kann folgenden Fehler zurückgeben:
+.TP
+.B EDOM
+Das Argument
+.IR x
+ist negativ und
+.IR y
+ist keine ganze Zahl.  Das Ergebnis wäre eine komplexe Zahl.
+.SH KONFORM ZU
+SVID 3, POSIX, BSD 4.3, ISO 9899.  
+Die float und long double Varianten werden vom C99-Standard verlangt.
+.SH SIEHE AUCH
+.BR cbrt (3),
+.BR sqrt (3),
diff --git a/man3/pow10.3 b/man3/pow10.3
new file mode 100644 (file)
index 0000000..b3f5705
--- /dev/null
@@ -0,0 +1,54 @@
+.\" Copyright 2004 Andries Brouwer (aeb@cwi.nl)
+.\"
+.\" Permission is granted to make and distribute verbatim copies of this
+.\" manual provided the copyright notice and this permission notice are
+.\" preserved on all copies.
+.\"
+.\" Permission is granted to copy and distribute modified versions of this
+.\" manual under the conditions for verbatim copying, provided that the
+.\" entire resulting derived work is distributed under the terms of a
+.\" permission notice identical to this one.
+.\" 
+.\" Since the Linux kernel and libraries are constantly changing, this
+.\" manual page may be incorrect or out-of-date.  The author(s) assume no
+.\" responsibility for errors or omissions, or for damages resulting from
+.\" the use of the information contained herein.  The author(s) may not
+.\" have taken the same level of care in the production of this manual,
+.\" which is licensed free of charge, as they might when working
+.\" professionally.
+.\" 
+.\" Formatted or processed versions of this manual, if unaccompanied by
+.\" the source, must acknowledge the copyright and authors of this work.
+.\" Translated into German by Maik Messerschmidt (Maik.Messerschmidt@gmx.net)
+.\"
+.TH POW10 3 "6. April 2006" "" "Bibliotheksfunktionen"
+.SH BEZEICHNUNG
+pow10, pow10f, pow10l \- Potenzfunktionen mit der Basis 10
+.SH "ÜBERSICHT"
+.nf
+.B #define _GNU_SOURCE
+.B #include <math.h>
+.sp
+.BI "double pow10(double " x );
+.br
+.BI "float pow10f(float " x );
+.br
+.BI "long double pow10l(long double " x );
+.fi
+.sp
+Mit der Option \-lm linken.
+.SH BESCHREIBUNG
+Die
+.BR pow10()
+Funktion gibt die
+.IR x
+te Potenz von 10 zurück.
+.SH KONFORM ZU
+Dies ist eine GNU-Erweiterung.
+.SH ANMERKUNG
+Diese Funktionen sind identisch mit jenen, welche unter
+.BR exp10 (3)
+aufgelistet sind.
+.SH SIEHE AUCH
+.BR exp10 (3),
+.BR pow (3),