OSDN Git Service

Import translated manuals from JM CVS Repository.
[linuxjm/jm.git] / manual / LDP_man-pages / release / man3 / cpow.3
1 .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
2 .\" Distributed under GPL
3 .\"
4 .\"WORD:        power           Îß¾è
5 .\"WORD:        branch cut      Ê¬»ÞÀÚÃÇ
6 .\"
7 .TH CPOW 3 2008-08-11 "" "Linux Programmer's Manual"
8 .SH Ì¾Á°
9 cpow, cpowf, cpowl \- Ê£ÁÇ¿ô¤ÎÎß¾è´Ø¿ô
10 .SH ½ñ¼°
11 .nf
12 .B #include <complex.h>
13 .sp
14 .BI "double complex cpow(double complex " x ", complex double " z ");"
15 .br
16 .BI "float complex cpowf(float complex " x ", complex float " z ");"
17 .br
18 .BI "long double complex cpowl(long double complex " x ,
19 .BI "                          complex long double " z ");"
20 .sp
21 \fI\-lm\fP ¤Ç¥ê¥ó¥¯¤¹¤ë¡£
22 .fi
23 .SH ÀâÌÀ
24 ¤³¤Î´Ø¿ô¤Ï
25 .I x
26 ¤Î
27 .I z
28 ¾è¤ò·×»»¤¹¤ë
29 (¼Â¼´¤ÎÉé¤ÎÉôʬ¤Ë±è¤Ã¤Æ
30 .I x
31 ¤Îʬ»ÞÀÚÃÇ (branch cut) ¤¬¤¢¤ë)¡£
32 .SH ¥Ð¡¼¥¸¥ç¥ó
33 ¤³¤ì¤é¤Î´Ø¿ô¤Ï glibc ¥Ð¡¼¥¸¥ç¥ó 2.1 ¤Ç½é¤á¤ÆÅо줷¤¿¡£
34 .SH ½àµò
35 C99.
36 .SH ´ØÏ¢¹àÌÜ
37 .BR cabs (3),
38 .BR pow (3),
39 .BR complex (7)