Imported tab->space correction by redhat
[infodrom/manpages-de] / man3 / csin.3
1 .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
2 .\" Distributed under GPL
3 .\" Translated into German by Maik Messerschmidt (Maik.Messerschmidt@gmx.net)
4 .\"
5 .TH CSIN 3 "6. April 2006" "" "Bibliotheksfunktionen"
6 .SH BEZEICHNUNG
7 csin, csinf, csinl \- die komplexe Sinusfunktion
8 .SH "ÜBERSICHT"
9 .B #include <complex.h>
10 .sp
11 .BI "double complex csin(double complex " z ");"
12 .br
13 .BI "float complex csinf(float complex " z );
14 .br
15 .BI "long double complex csinl(long double complex " z ");"
16 .sp
17 Mit der Option \-lm linken.
18 .SH BESCHREIBUNG
19 Der komplexe Sinus
20 csin(z)
21 ist definiert durch
22 (exp(i*z)-exp(-i*z))/(2*i).
23 .SH KONFORM ZU
24 C99
25 .SH SIEHE AUCH
26 .BR cabs (3),
27 .BR csin (3),
28 .BR ctan (3),
29 .BR complex (5).