OSDN Git Service

6bd81eedd263d9f97189e2c1299853d280af1147
[linuxjm/LDP_man-pages.git] / draft / man3 / cexp2.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 CEXP2 3 2008\-08\-11 "" "Linux Programmer's Manual"
10 .SH 名前
11 cexp2, cexp2f, cexp2l \- 複素数の 2 の累乗
12 .SH 書式
13 \fB#include <complex.h>\fP
14 .sp
15 \fBdouble complex cexp2(double complex \fP\fIz\fP\fB);\fP
16 .br
17 \fBfloat complex cexp2f(float complex \fP\fIz\fP\fB);\fP
18 .br
19 \fBlong double complex cexp2l(long double complex \fP\fIz\fP\fB);\fP
20 .sp
21 \fI\-lm\fP でリンクする。
22 .SH 説明
23 この関数は 2 の \fIz\fP 乗を返す。
24 .SH 準拠
25 これらの関数名は C99 で今後使用するために予約されている。
26 .SH 可用性
27 .\" But reserved in NAMESPACE.
28 バージョン 2.8 時点では、glibc にはまだ実装されていない。
29 .SH 関連項目
30 \fBcabs\fP(3), \fBcexp\fP(3), \fBclog10\fP(3), \fBcomplex\fP(7)