OSDN Git Service

(split) LDP_man-pages: release ioctl.2 [JM:00378]
[linuxjm/LDP_man-pages.git] / draft / 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 .\"O .SH NAME
9 .\"O cpow, cpowf, cpowl \- complex power function
10 .SH Ì¾Á°
11 cpow, cpowf, cpowl \- Ê£ÁÇ¿ô¤ÎÎß¾è´Ø¿ô
12 .\"O .SH SYNOPSIS
13 .SH ½ñ¼°
14 .nf
15 .B #include <complex.h>
16 .sp
17 .BI "double complex cpow(double complex " x ", complex double " z ");"
18 .br
19 .BI "float complex cpowf(float complex " x ", complex float " z ");"
20 .br
21 .BI "long double complex cpowl(long double complex " x ,
22 .BI "                          complex long double " z ");"
23 .sp
24 .\"O Link with \fI\-lm\fP.
25 \fI\-lm\fP ¤Ç¥ê¥ó¥¯¤¹¤ë¡£
26 .fi
27 .\"O .SH DESCRIPTION
28 .SH ÀâÌÀ
29 .\"O The function calculates
30 .\"O .I x
31 .\"O raised to the power
32 .\"O .IR z .
33 .\"O (With a branch cut for
34 .\"O .I x
35 .\"O along the negative real axis.)
36 ¤³¤Î´Ø¿ô¤Ï
37 .I x
38 ¤Î
39 .I z
40 ¾è¤ò·×»»¤¹¤ë
41 (¼Â¼´¤ÎÉé¤ÎÉôʬ¤Ë±è¤Ã¤Æ
42 .I x
43 ¤Îʬ»ÞÀÚÃÇ (branch cut) ¤¬¤¢¤ë)¡£
44 .\"O .SH VERSIONS
45 .SH ¥Ð¡¼¥¸¥ç¥ó
46 .\"O These functions first appeared in glibc in version 2.1.
47 ¤³¤ì¤é¤Î´Ø¿ô¤Ï glibc ¥Ð¡¼¥¸¥ç¥ó 2.1 ¤Ç½é¤á¤ÆÅо줷¤¿¡£
48 .\"O .SH "CONFORMING TO"
49 .SH ½àµò
50 C99.
51 .\"O .SH "SEE ALSO"
52 .SH ´ØÏ¢¹àÌÜ
53 .BR cabs (3),
54 .BR pow (3),
55 .BR complex (7)