OSDN Git Service

88b1d7ad14d9a53b6c21432b6cf2f72750f4b25f
[linuxjm/LDP_man-pages.git] / release / man3 / cexp2.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 CEXP2 3 2013\-02\-27 "" "Linux Programmer's Manual"
13 .SH 名前
14 cexp2, cexp2f, cexp2l \- 複素数の 2 の累乗
15 .SH 書式
16 \fB#include <complex.h>\fP
17 .sp
18 \fBdouble complex cexp2(double complex \fP\fIz\fP\fB);\fP
19 .br
20 \fBfloat complex cexp2f(float complex \fP\fIz\fP\fB);\fP
21 .br
22 \fBlong double complex cexp2l(long double complex \fP\fIz\fP\fB);\fP
23 .sp
24 \fI\-lm\fP でリンクする。
25 .SH 説明
26 この関数は 2 の \fIz\fP 乗を返す。
27 .SH 準拠
28 これらの関数名は C99 で今後使用するために予約されている。
29 .SH 可用性
30 .\" But reserved in NAMESPACE.
31 バージョン 2.17 時点では、glibc にはまだ実装されていない。
32 .SH 関連項目
33 \fBcabs\fP(3), \fBcexp\fP(3), \fBclog10\fP(3), \fBcomplex\fP(7)
34 .SH この文書について
35 この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.52 の一部
36 である。プロジェクトの説明とバグ報告に関する情報は
37 http://www.kernel.org/doc/man\-pages/ に書かれている。