File: csin.3

package info (click to toggle)
manpages-de 0.5-4.2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 3,768 kB
  • ctags: 9
  • sloc: makefile: 86
file content (29 lines) | stat: -rw-r--r-- 726 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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 CSIN 3 "6. April 2006" "" "Bibliotheksfunktionen"
.SH BEZEICHNUNG
csin, csinf, csinl \- die komplexe Sinusfunktion
.SH "BERSICHT"
.B #include <complex.h>
.sp
.BI "double complex csin(double complex " z ");"
.br
.BI "float complex csinf(float complex " z );
.br
.BI "long double complex csinl(long double complex " z ");"
.sp
Mit der Option \-lm linken.
.SH BESCHREIBUNG
Der komplexe Sinus
csin(z)
ist definiert durch
(exp(i*z)-exp(-i*z))/(2*i).
.SH KONFORM ZU
C99
.SH SIEHE AUCH
.BR cabs (3),
.BR csin (3),
.BR ctan (3),
.BR complex (5).