OSDN Git Service

(split) LDP: draft snapshot generated from latest ja.po files.
[linuxjm/LDP_man-pages.git] / draft / man3 / cpow.3
index fc1007f..29ea6b4 100644 (file)
@@ -1,59 +1,32 @@
 .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
 .\" Distributed under GPL
 .\"
-.\" Japanese Version Copyright (c) 2003  Akihiro MOTOKI
-.\"         all rights reserved.
-.\" Translated 2003-09-02, Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>
+.\"*******************************************************************
 .\"
-.\"WORD:       power           累乗
-.\"WORD:       branch cut      分枝切断
+.\" This file was generated with po4a. Translate the source file.
 .\"
-.TH CPOW 3 2008-08-11 "" "Linux Programmer's Manual"
-.\"O .SH NAME
-.\"O cpow, cpowf, cpowl \- complex power function
+.\"*******************************************************************
+.TH CPOW 3 2008\-08\-11 "" "Linux Programmer's Manual"
 .SH 名前
 cpow, cpowf, cpowl \- 複素数の累乗関数
-.\"O .SH SYNOPSIS
 .SH 書式
 .nf
-.B #include <complex.h>
+\fB#include <complex.h>\fP
 .sp
-.BI "double complex cpow(double complex " x ", complex double " z ");"
+\fBdouble complex cpow(double complex \fP\fIx\fP\fB, complex double \fP\fIz\fP\fB);\fP
 .br
-.BI "float complex cpowf(float complex " x ", complex float " z ");"
+\fBfloat complex cpowf(float complex \fP\fIx\fP\fB, complex float \fP\fIz\fP\fB);\fP
 .br
-.BI "long double complex cpowl(long double complex " x ,
-.BI "                          complex long double " z ");"
+\fBlong double complex cpowl(long double complex \fP\fIx\fP\fB,\fP
+\fB                          complex long double \fP\fIz\fP\fB);\fP
 .sp
-.\"O Link with \fI\-lm\fP.
 \fI\-lm\fP でリンクする。
 .fi
-.\"O .SH DESCRIPTION
 .SH 説明
-.\"O The function calculates
-.\"O .I x
-.\"O raised to the power
-.\"O .IR z .
-.\"O (With a branch cut for
-.\"O .I x
-.\"O along the negative real axis.)
-この関数は
-.I x
-の
-.I z
-乗を計算する
-(実軸の負の部分に沿って
-.I x
-の分枝切断 (branch cut) がある)。
-.\"O .SH VERSIONS
+この関数は \fIx\fP の \fIz\fP 乗を計算する (実軸の負の部分に沿って \fIx\fP の分枝切断 (branch cut) がある)。
 .SH バージョン
-.\"O These functions first appeared in glibc in version 2.1.
 これらの関数は glibc バージョン 2.1 で初めて登場した。
-.\"O .SH "CONFORMING TO"
 .SH 準拠
 C99.
-.\"O .SH "SEE ALSO"
 .SH 関連項目
-.BR cabs (3),
-.BR pow (3),
-.BR complex (7)
+\fBcabs\fP(3), \fBpow\fP(3), \fBcomplex\fP(7)