OSDN Git Service

(split) LDP: draft snapshot generated from latest ja.po files.
[linuxjm/LDP_man-pages.git] / draft / man3 / conj.3
index b699a13..1324e93 100644 (file)
@@ -1,57 +1,35 @@
 .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
 .\" Distributed under GPL
 .\"
-.\" Japanese Version Copyright (c) 2003  Akihiro MOTOKI
-.\"         all rights reserved.
-.\" Translated Thu Jul 24 02:38:18 JST 2003
-.\"         by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>
+.\"*******************************************************************
 .\"
-.\"WORD:       complex conjugate       複素共役
-.\"WORD:       imaginary part          虚部
+.\" This file was generated with po4a. Translate the source file.
 .\"
-.TH CONJ 3 2008-08-11 "" "Linux Programmer's Manual"
-.\"O .SH NAME
+.\"*******************************************************************
+.TH CONJ 3 2008\-08\-11 "" "Linux Programmer's Manual"
 .SH 名前
-.\"O conj, conjf, conjl \- calculate the complex conjugate
 conj, conjf, conjl \- 複素共役を計算する
-.\"O .SH SYNOPSIS
 .SH 書式
-.B #include <complex.h>
+\fB#include <complex.h>\fP
 .sp
-.BI "double complex conj(double complex " z );
+\fBdouble complex conj(double complex \fP\fIz\fP\fB);\fP
 .br
-.BI "float complex conjf(float complex " z );
+\fBfloat complex conjf(float complex \fP\fIz\fP\fB);\fP
 .br
-.BI "long double complex conjl(long double complex " z );
+\fBlong double complex conjl(long double complex \fP\fIz\fP\fB);\fP
 .sp
-.\"O Link with \fI\-lm\fP.
 \fI\-lm\fP でリンクする。
-.\"O .SH DESCRIPTION
 .SH 説明
-.\"O The
-.\"O .BR conj ()
-.\"O function returns the complex conjugate value of
-.\"O .IR z .
-.\"O That is the value obtained by changing the sign of the imaginary part.
-.BR conj ()
-関数は \fIz\fR の複素共役を返す。
-その値は虚部の符号を反転して得られる。
+\fBconj\fP()  関数は \fIz\fP の複素共役を返す。 その値は虚部の符号を反転して得られる。
 .LP
-.\"O One has:
 次の関係が成立する:
 .nf
 
     cabs(z) = csqrt(z * conj(z))
 .fi
-.\"O .SH VERSIONS
 .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 csqrt (3),
-.BR complex (7)
+\fBcabs\fP(3), \fBcsqrt\fP(3), \fBcomplex\fP(7)