OSDN Git Service

Update draft for LDP 3.67
[linuxjm/LDP_man-pages.git] / draft / man3 / cimag.3
index 675a19e..ce235dc 100644 (file)
@@ -1,63 +1,53 @@
 .\" 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"
-.\"O .SH NAME
-.SH Ì¾Á°
-.\"O cimag, cimagf, cimagl \- get imaginary part of a complex number
-cimag, cimagf, cimagl \- Ê£ÁÇ¿ô¤ÎµõÉô¤ò¼èÆÀ¤¹¤ë
-.\"O .SH SYNOPSIS
-.SH ½ñ¼°
-.B #include <complex.h>
+.TH CIMAG 3 2013\-06\-21 "" "Linux Programmer's Manual"
+.SH 名前
+cimag, cimagf, cimagl \- 複素数の虚部を取得する
+.SH 書式
+\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
-.\"O Link with \fI\-lm\fP.
-\fI\-lm\fP ¤Ç¥ê¥ó¥¯¤¹¤ë¡£
-.\"O .SH DESCRIPTION
-.SH ÀâÌÀ
-.\"O The
-.\"O .BR cimag ()
-.\"O function returns the imaginary part of the complex number
-.\"O .IR z .
-.BR cimag ()
-´Ø¿ô¤ÏÊ£ÁÇ¿ô
-.I z
-¤ÎµõÉô¤òÊÖ¤¹¡£
+\fI\-lm\fP でリンクする。
+.SH 説明
+\fBcimag\fP()  関数は複素数 \fIz\fP の虚部を返す。
 .LP
-.\"O One has:
-¼¡¤Î´Ø·¸¤¬À®Î©¤¹¤ë:
+次の関係が成立する:
 .nf
 
     z = creal(z) + I * cimag(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 ½àµò
+.SH バージョン
+これらの関数は glibc バージョン 2.1 で初めて登場した。
+.SH 属性
+.SS "マルチスレッディング (pthreads(7) 参照)"
+関数 \fBcimag\fP(), \fBcimagf\fP(), and \fBcimagl\fP() はスレッドセーフである。
+.SH 準拠
 C99.
-.\"O .SH NOTES
-.SH Ãí°Õ
-.\"O gcc also supports __imag__.
-.\"O That is a GNU extension.
-gcc ¤Ç¤Ï __imag__ ¤ò»È¤¦¤³¤È¤â¤Ç¤­¤ë¤¬¡¢
-¤³¤ì¤Ï GNU ¤Ë¤è¤ë³ÈÄ¥¤Ç¤¢¤ë¡£
-.\"O .SH "SEE ALSO"
-.SH ´ØÏ¢¹àÌÜ
-.BR cabs (3),
-.BR creal (3),
-.BR complex (7)
+.SH 注意
+gcc では __imag__ を使うこともできるが、 これは GNU による拡張である。
+.SH 関連項目
+\fBcabs\fP(3), \fBcreal\fP(3), \fBcomplex\fP(7)
+.SH この文書について
+ この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.67 の一部
+である。プロジェクトの説明とバグ報告に関する情報は
+http://www.kernel.org/doc/man\-pages/ に書かれている。