OSDN Git Service

Update README
[linuxjm/LDP_man-pages.git] / draft / man3 / cproj.3
index 8bdc0d5..91b6f89 100644 (file)
@@ -1,65 +1,50 @@
 .\" 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 2003-07-24, Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>
 .\" Updated 2005-02-21, Akihiro MOTOKI
 .\"
-.\"WORD:       Riemann Sphere  ¥ê¡¼¥Þ¥óµå
-.\"WORD:       project         ¼Í±Æ
-.\"WORD:       complex plane   Ê£ÁÇÊ¿ÌÌ
-.\"WORD:       compactification        ¥³¥ó¥Ñ¥¯¥È(´°Á´Ï¢Â³)¤Ë¤Ê¤ë(¤Î̾»ì·Á)
-.\"
-.TH CPROJ 3 2008-08-11 "" "Linux Programmer's Manual"
-.\"O .SH NAME
-.SH Ì¾Á°
-.\"O cproj, cprojf, cprojl \- project into Riemann Sphere
-cproj, cprojf, cprojl \- ¥ê¡¼¥Þ¥óµå¤Ø¤Î¼Í±Æ
-.\"O .SH SYNOPSIS
-.SH ½ñ¼°
-.B #include <complex.h>
+.TH CPROJ 3 2013\-09\-18 "" "Linux Programmer's Manual"
+.SH 名前
+cproj, cprojf, cprojl \- リーマン球面への射影
+.SH 書式
+\fB#include <complex.h>\fP
 .sp
-.BI "double complex cproj(double complex " z ");"
+\fBdouble complex cproj(double complex \fP\fIz\fP\fB);\fP
 .br
-.BI "float complex cprojf(float complex " z ");"
+\fBfloat complex cprojf(float complex \fP\fIz\fP\fB);\fP
 .br
-.BI "long double complex cprojl(long double complex " z ");"
+\fBlong double complex cprojl(long double complex \fP\fIz\fP\fB);\fP
 .sp
-.\"O Link with \fI\-lm\fP.
-\fI\-lm\fP ¤Ç¥ê¥ó¥¯¤¹¤ë¡£
-.\"O .SH DESCRIPTION
-.SH ÀâÌÀ
-.\"O This function projects a point in the plane onto the surface of a
-.\"O Riemann Sphere, the one-point compactification of the complex plane.
-.\"O Each finite point
-.\"O .I z
-.\"O projects to
-.\"O .I z
-.\"O itself.
-.\"O Every complex infinite value is projected to a single infinite value,
-.\"O namely to positive infinity on the real axis.
-¤³¤Î´Ø¿ô¤Ï¡¢Ê¿Ì̾å¤ÎÅÀ¤ò¥ê¡¼¥Þ¥óµå¤ÎɽÌ̤˼ͱƤ¹¤ë¡¢¤Ä¤Þ¤ê
-Ê£ÁÇÊ¿Ì̤ΰì¤Ä¤Î¼´¤Ø¤Î¥³¥ó¥Ñ¥¯¥È²½ (one-point compactification) ¤ò¹Ô¤¦¡£
-Í­¸Â¤ÊÅÀ
-.I z
-¤Ï¤¤¤º¤ì¤â
-.I z
-¼«¿È¤Ø¼Í±Æ¤µ¤ì¤ë¡£
-̵¸Â¤ÎÃͤò»ý¤ÄÁ´¤Æ¤ÎÊ£ÁÇ¿ô¤Ï¡¢°ì¤Ä¤Î̵¸ÂÃͤ˼ͱƤµ¤ì¤ë¡£
-¤â¤Ã¤È¾Ü¤·¤¯¸À¤¦¤È¡¢¼Â¿ô¼´¤ÎÀµ¤Î̵¸ÂÂç¤Ë¼Í±Æ¤µ¤ì¤ë¡£
-.\"O .SH VERSIONS
-.SH ¥Ð¡¼¥¸¥ç¥ó
-.\"O These functions first appeared in glibc in version 2.1.
-¤³¤ì¤é¤Î´Ø¿ô¤Ï glibc ¥Ð¡¼¥¸¥ç¥ó 2.1 ¤Ç½é¤á¤ÆÅо줷¤¿¡£
-.\"O .SH "CONFORMING TO"
-.SH ½àµò
+\fI\-lm\fP でリンクする。
+.SH 説明
+これらの関数は、平面上の点をリーマン球の表面に射影する、つまり 複素平面の一つの軸へのコンパクト化 (one\-point
+compactification) を行う。 有限な点 \fIz\fP はいずれも \fIz\fP 自身へ射影される。
+無限の値を持つ全ての複素数は、一つの無限値に射影される。 もっと詳しく言うと、実数軸の正の無限大に射影される。
+.SH バージョン
+これらの関数は glibc バージョン 2.1 で初めて登場した。
+.SH 属性
+.SS "マルチスレッディング (pthreads(7) 参照)"
+関数 \fBcproj\fP(), \fBcprojf\fP(), \fBcprojl\fP() はスレッドセーフである。
+.SH 準拠
 C99.
-.\"O .SH NOTES
-.SH Ãí°Õ
-.\"O The glibc implementation is broken and does something entirely different.
-glibc ¤Î¼ÂÁõ¤Ï¤ª¤«¤·¤¯¡¢Á´¤¯°ã¤Ã¤¿¤³¤È¤ò¤·¤Æ¤·¤Þ¤¦¡£
-.\"O .SH "SEE ALSO"
-.SH ´ØÏ¢¹àÌÜ
-.BR cabs (3),
-.BR complex (7)
+.SH 注意
+.\" http://sources.redhat.com/bugzilla/show_bug.cgi?id=10401
+バージョン 2.11 以前の glibc の実装は違った動作 (リーマン球面への「立体」写像) を行う。
+.SH 関連項目
+\fBcabs\fP(3), \fBcomplex\fP(7)
+.SH この文書について
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.79 の一部
+である。プロジェクトの説明とバグ報告に関する情報は
+http://www.kernel.org/doc/man\-pages/ に書かれている。