OSDN Git Service

(split) LDP: Update release pages based on LDP 3.54 release
[linuxjm/LDP_man-pages.git] / release / man3 / cimag.3
index c6ade1b..0a2b700 100644 (file)
@@ -1,32 +1,35 @@
 .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
+.\"
+.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE)
 .\" Distributed under GPL
+.\" %%%LICENSE_END
+.\"
+.\"*******************************************************************
+.\"
+.\" This file was generated with po4a. Translate the source file.
+.\"
+.\"*******************************************************************
 .\"
 .\" Japanese Version Copyright (c) 2003  Akihiro MOTOKI
 .\"         all rights reserved.
 .\" Translated Thu Jul 24 01:37:31 JST 2003
 .\"         by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>
 .\"
-.\"WORD:       real part       実部
-.\"WORD:       imaginary part  虚部
-.\"
-.TH CIMAG 3 2008-08-06 "" "Linux Programmer's Manual"
+.TH CIMAG 3 2013\-06\-21 "" "Linux Programmer's Manual"
 .SH 名前
 cimag, cimagf, cimagl \- 複素数の虚部を取得する
 .SH 書式
-.B #include <complex.h>
+\fB#include <complex.h>\fP
 .sp
-.BI "double cimag(double complex " z ");"
+\fBdouble cimag(double complex \fP\fIz\fP\fB);\fP
 .br
-.BI "float cimagf(float complex " z ");"
+\fBfloat cimagf(float complex \fP\fIz\fP\fB);\fP
 .br
-.BI "long double cimagl(long double complex " z ");"
+\fBlong double cimagl(long double complex \fP\fIz\fP\fB);\fP
 .sp
 \fI\-lm\fP でリンクする。
 .SH 説明
-.BR cimag ()
-関数は複素数
-.I z
-の虚部を返す。
+\fBcimag\fP()  関数は複素数 \fIz\fP の虚部を返す。
 .LP
 次の関係が成立する:
 .nf
@@ -35,12 +38,16 @@ cimag, cimagf, cimagl \- 複素数の虚部を取得する
 .fi
 .SH バージョン
 これらの関数は glibc バージョン 2.1 で初めて登場した。
+.SH 属性
+.SS "マルチスレッディング (pthreads(7) 参照)"
+関数 \fBcimag\fP(), \fBcimagf\fP(), and \fBcimagl\fP() はスレッドセーフである。
 .SH 準拠
 C99.
 .SH 注意
-gcc では __imag__ を使うこともできるが、
-これは GNU による拡張である。
+gcc では __imag__ を使うこともできるが、 これは GNU による拡張である。
 .SH 関連項目
-.BR cabs (3),
-.BR creal (3),
-.BR complex (7)
+\fBcabs\fP(3), \fBcreal\fP(3), \fBcomplex\fP(7)
+.SH この文書について
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.54 の一部
+である。プロジェクトの説明とバグ報告に関する情報は
+http://www.kernel.org/doc/man\-pages/ に書かれている。