X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=draft%2Fman3%2Fcimag.3;h=97837d1b9939c59f90bb0cd04c03b0f2c4b413fa;hb=1d98b26905be2ad5ba08a94d65f57d872bae4f85;hp=5af1ddfb4f8aab5e4800b3a697d9ed690e8a3bac;hpb=ce024239a1d8e74a7a44f7c24cee4375cb13b3ef;p=linuxjm%2FLDP_man-pages.git diff --git a/draft/man3/cimag.3 b/draft/man3/cimag.3 index 5af1ddfb..97837d1b 100644 --- a/draft/man3/cimag.3 +++ b/draft/man3/cimag.3 @@ -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 +.\"******************************************************************* .\" -.\"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 +.\"******************************************************************* +.TH CIMAG 3 2008\-08\-11 "" "Linux Programmer's Manual" .SH 名前 -.\"O cimag, cimagf, cimagl \- get imaginary part of a complex number cimag, cimagf, cimagl \- 複素数の虚部を取得する -.\"O .SH SYNOPSIS .SH 書式 -.B #include +\fB#include \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 -の虚部を返す。 +\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 準拠 C99. -.\"O .SH NOTES .SH 注意 -.\"O gcc also supports __imag__. -.\"O That is a GNU extension. -gcc では __imag__ を使うこともできるが、 -これは GNU による拡張である。 -.\"O .SH "SEE ALSO" +gcc では __imag__ を使うこともできるが、 これは GNU による拡張である。 .SH 関連項目 -.BR cabs (3), -.BR creal (3), -.BR complex (7) +\fBcabs\fP(3), \fBcreal\fP(3), \fBcomplex\fP(7)