File: ctan.3

package info (click to toggle)
manpages-fr 1.58.1-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 10,104 kB
  • ctags: 4
  • sloc: makefile: 106; sh: 8
file content (30 lines) | stat: -rw-r--r-- 737 bytes parent folder | download
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
30
.\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
.\" Distributed under GPL
.\" Traduction Christophe Blaess <ccb@club-internet.fr>
.\" 21/07/2003 - LDP-1.57
.\"
.TH CTAN 3 "21 juillet 2003" LDP "Manuel du programmeur Linux"
.SH NOM
ctan, ctanf, ctanl \- Fonctions tangentes complexes.
.SH SYNOPSIS
.B #include <complex.h>
.sp
.BR "double complex ctan(double complex " z ");"
.sp
.BR "float complex ctanf(float complex " z );
.sp
.BR "long double complex ctanl(long double complex " z ");"
.sp
.SH DESCRIPTION
La fonction tangente complexe
.BR ctan ( z )
est dfinie ainsi\ :
ccos(z)/csin(z).
.SH "CONFORMIT"
C99
.SH "VOIR AUSSI"
.BR cabs (3),
.BR ccos (3),
.BR csin (3)
.SH TRADUCTION
Christophe Blaess, 2003.