OSDN Git Service

(split) LDP: draft snapshot generated from latest ja.po files.
[linuxjm/LDP_man-pages.git] / draft / man3 / cimag.3
index 675a19e..97837d1 100644 (file)
@@ -1,63 +1,37 @@
 .\" 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 01:37:31 JST 2003
-.\"         by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>
+.\"*******************************************************************
 .\"
-.\"WORD:       real part       ¼ÂÉô
-.\"WORD:       imaginary part  µõÉô
+.\" This file was generated with po4a. Translate the source file.
 .\"
-.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 2008\-08\-11 "" "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 準拠
 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)