OSDN Git Service

(split) LDP: Release pages for LDP v3.39.
[linuxjm/LDP_man-pages.git] / release / man3 / conj.3
index 2e424b9..1324e93 100644 (file)
@@ -1,31 +1,26 @@
 .\" 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"
+.\"*******************************************************************
+.TH CONJ 3 2008\-08\-11 "" "Linux Programmer's Manual"
 .SH 名前
 conj, conjf, conjl \- 複素共役を計算する
 .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
 \fI\-lm\fP でリンクする。
 .SH 説明
-.BR conj ()
-関数は \fIz\fR の複素共役を返す。
-その値は虚部の符号を反転して得られる。
+\fBconj\fP()  関数は \fIz\fP の複素共役を返す。 その値は虚部の符号を反転して得られる。
 .LP
 次の関係が成立する:
 .nf
@@ -37,6 +32,4 @@ conj, conjf, conjl \- 複素共役を計算する
 .SH 準拠
 C99.
 .SH 関連項目
-.BR cabs (3),
-.BR csqrt (3),
-.BR complex (7)
+\fBcabs\fP(3), \fBcsqrt\fP(3), \fBcomplex\fP(7)