OSDN Git Service

d9c1eb5bc63d2e5d66cc259433f5ac3f712daf08
[linuxjm/LDP_man-pages.git] / draft / man3 / cpow.3
1 .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
2 .\"
3 .\" %%%LICENSE_START(GPL_NOVERSION_ONELINE)
4 .\" Distributed under GPL
5 .\" %%%LICENSE_END
6 .\"
7 .\"*******************************************************************
8 .\"
9 .\" This file was generated with po4a. Translate the source file.
10 .\"
11 .\"*******************************************************************
12 .TH CPOW 3 2008\-08\-11 "" "Linux Programmer's Manual"
13 .SH 名前
14 cpow, cpowf, cpowl \- 複素数の累乗関数
15 .SH 書式
16 .nf
17 \fB#include <complex.h>\fP
18 .sp
19 \fBdouble complex cpow(double complex \fP\fIx\fP\fB, complex double \fP\fIz\fP\fB);\fP
20 .br
21 \fBfloat complex cpowf(float complex \fP\fIx\fP\fB, complex float \fP\fIz\fP\fB);\fP
22 .br
23 \fBlong double complex cpowl(long double complex \fP\fIx\fP\fB,\fP
24 \fB                          complex long double \fP\fIz\fP\fB);\fP
25 .sp
26 \fI\-lm\fP でリンクする。
27 .fi
28 .SH 説明
29 この関数は \fIx\fP の \fIz\fP 乗を計算する (実軸の負の部分に沿って \fIx\fP の分枝切断 (branch cut) がある)。
30 .SH バージョン
31 これらの関数は glibc バージョン 2.1 で初めて登場した。
32 .SH 準拠
33 C99.
34 .SH 関連項目
35 \fBcabs\fP(3), \fBpow\fP(3), \fBcomplex\fP(7)
36 .SH この文書について
37 この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.52 の一部
38 である。プロジェクトの説明とバグ報告に関する情報は
39 http://www.kernel.org/doc/man\-pages/ に書かれている。