OSDN Git Service

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