OSDN Git Service

8f5fea4aeff4211bf2ec7e88b9bce67162614031
[linuxjm/LDP_man-pages.git] / release / man3 / ctan.3
1 .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
2 .\" Distributed under GPL
3 .\"
4 .\" Japanese Version Copyright (c) 2003  Akihiro MOTOKI
5 .\"         all rights reserved.
6 .\" Translated 2003-07-23, Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>
7 .\" Updated 2005-02-21, Akihiro MOTOKI
8 .\" 
9 .\"WORD:        sine            Àµ¸¹
10 .\"WORD:        cosine          Í¾¸¹
11 .\"WORD:        tangent         ÀµÀÜ
12 .\" 
13 .TH CTAN 3 2008-08-11 "" "Linux Programmer's Manual"
14 .SH Ì¾Á°
15 ctan, ctanf, ctanl \- Ê£ÁÇ¿ô¤ÎÀµÀÜ (tangent) ´Ø¿ô
16 .SH ½ñ¼°
17 .B #include <complex.h>
18 .sp
19 .BI "double complex ctan(double complex " z ");"
20 .br
21 .BI "float complex ctanf(float complex " z );
22 .br
23 .BI "long double complex ctanl(long double complex " z ");"
24 .sp
25 \fI\-lm\fP ¤Ç¥ê¥ó¥¯¤¹¤ë¡£
26 .SH ÀâÌÀ
27 Ê£ÁÇ¿ô¤ÎÀµÀÜ (tangent) ´Ø¿ô ctan(z) ¤Ï°Ê²¼¤Î¤è¤¦¤ËÄêµÁ¤µ¤ì¤ë¡£
28 .nf
29
30     ctan(z) = csin(z) / ccos(z)
31 .fi
32 .SH ¥Ð¡¼¥¸¥ç¥ó
33 ¤³¤ì¤é¤Î´Ø¿ô¤Ï glibc ¥Ð¡¼¥¸¥ç¥ó 2.1 ¤Ç½é¤á¤ÆÅо줷¤¿¡£
34 .SH ½àµò
35 C99.
36 .SH ´ØÏ¢¹àÌÜ
37 .BR cabs (3),
38 .BR ccos (3),
39 .BR csin (3),
40 .BR complex (7)