OSDN Git Service

Convert release and draft pages to UTF-8.
[linuxjm/jm.git] / manual / LDP_man-pages / release / man3 / cexp2.3
1 .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
2 .\" Distributed under GPL
3 .\"
4 .\" Japanese Version Copyright (c) 2003  Akihiro MOTOKI
5 .\"         all rights reserved.
6 .\" Translated 2003-07-24, Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>
7 .\" Updated 2005-02-24, Akihiro MOTOKI
8 .\"
9 .\"WORD:        exponent        累乗
10 .\"
11 .TH CEXP2 3 2008-08-11 "" "Linux Programmer's Manual"
12 .SH 名前
13 cexp2, cexp2f, cexp2l \- 複素数の 2 の累乗
14 .SH 書式
15 .B #include <complex.h>
16 .sp
17 .BI "double complex cexp2(double complex " z ");"
18 .br
19 .BI "float complex cexp2f(float complex " z ");"
20 .br
21 .BI "long double complex cexp2l(long double complex " z ");"
22 .sp
23 \fI\-lm\fP でリンクする。
24 .SH 説明
25 この関数は 2 の \fIz\fR 乗を返す。
26 .SH 準拠
27 関数名は C99 で今後使用するために予約されている。
28 .SH 可用性
29 バージョン 2.8 時点では、glibc にはまだ実装されていない。
30 .\" しかし、名前空間は予約済である。
31 .SH 関連項目
32 .BR cabs (3),
33 .BR cexp (3),
34 .BR clog10 (3),
35 .BR complex (7)