OSDN Git Service

ad08667de88d1dc9149951c0bcf60ef2b28939eb
[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 .\" 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 .\"O .SH NAME
13 .SH 名前
14 .\"O cexp2, cexp2f, cexp2l \- base-2 exponent of a complex number
15 cexp2, cexp2f, cexp2l \- 複素数の 2 の累乗
16 .\"O .SH SYNOPSIS
17 .SH 書式
18 .B #include <complex.h>
19 .sp
20 .BI "double complex cexp2(double complex " z ");"
21 .br
22 .BI "float complex cexp2f(float complex " z ");"
23 .br
24 .BI "long double complex cexp2l(long double complex " z ");"
25 .sp
26 .\"O Link with \fI\-lm\fP.
27 \fI\-lm\fP でリンクする。
28 .\"O .SH DESCRIPTION
29 .SH 説明
30 .\"O The function returns 2 raised to the power of
31 .\"O .IR z .
32 この関数は 2 の \fIz\fR 乗を返す。
33 .\"O .SH "CONFORMING TO"
34 .SH 準拠
35 .\"O These function names are reserved for future use in C99.
36 関数名は C99 で今後使用するために予約されている。
37 .\"O .SH AVAILABILITY
38 .SH 可用性
39 .\"O Not yet in glibc, as at version 2.8.
40 .\"O .\" But reserved in NAMESPACE.
41 バージョン 2.8 時点では、glibc にはまだ実装されていない。
42 .\" しかし、名前空間は予約済である。
43 .\"O .SH "SEE ALSO"
44 .SH 関連項目
45 .BR cabs (3),
46 .BR cexp (3),
47 .BR clog10 (3),
48 .BR complex (7)