OSDN Git Service

(split) LDP: draft snapshot generated from latest ja.po files.
[linuxjm/LDP_man-pages.git] / draft / man3 / casin.3
index 903d745..730f148 100644 (file)
@@ -1,67 +1,35 @@
 .\" 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 00:07:40 JST 2003
-.\"         by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>
+.\"*******************************************************************
 .\"
-.\"WORD:       arc sine        µÕÀµ¸¹
-.\"WORD:       arc cosine      µÕ;¸¹
-.\"WORD:       arc tangent     µÕÀµÀÜ
-.\"WORD:       real part       ¼ÂÉô
-.\"WORD:       imaginary part  µõÉô
+.\" This file was generated with po4a. Translate the source file.
 .\"
-.TH CASIN 3 2008-08-06 "" "Linux Programmer's Manual"
-.\"O .SH NAME
-.SH Ì¾Á°
-.\"O casin, casinf, casinl \- complex arc sine
-casin, casinf, casinl \- Ê£ÁÇ¿ô¤ÎµÕÀµ¸¹ (arc sine)
-.\"O .SH SYNOPSIS
-.SH ½ñ¼°
-.B #include <complex.h>
+.\"*******************************************************************
+.TH CASIN 3 2008\-08\-11 "" "Linux Programmer's Manual"
+.SH 名前
+casin, casinf, casinl \- 複素数の逆正弦 (arc sine)
+.SH 書式
+\fB#include <complex.h>\fP
 .sp
-.BI "double complex casin(double complex " z );
+\fBdouble complex casin(double complex \fP\fIz\fP\fB);\fP
 .br
-.BI "float complex casinf(float complex " z );
+\fBfloat complex casinf(float complex \fP\fIz\fP\fB);\fP
 .br
-.BI "long double complex casinl(long double complex " z );
+\fBlong double complex casinl(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 casin ()
-.\"O function calculates the complex arc sine of
-.\"O .IR z .
-.\"O If \fIy\ =\ casin(z)\fP, then \fIz\ =\ csin(y)\fP.
-.\"O The real part of
-.\"O .I y
-.\"O is chosen in the interval [\-pi/2,pi/2].
-.BR casin ()
-´Ø¿ô¤ÏÊ£ÁÇ¿ô
-.I z
-¤ÎµÕÀµ¸¹ (arg sine) ¤ò·×»»¤¹¤ë¡£
-\fIy\ =\ casin(z)\fP ¤Ê¤é¤Ð¡¢ \fIz\ =\ csin(y)\fP ¤¬À®Î©¤¹¤ë¡£
-.I y
-¤Î¼ÂÉô¤ÎÃͤ϶è´Ö [\-pi/2,pi/2] ¤«¤éÁªÂò¤µ¤ì¤ë¡£
+\fI\-lm\fP でリンクする。
+.SH 説明
+\fBcasin\fP()  関数は複素数 \fIz\fP の逆正弦 (arg sine) を計算する。 \fIy\ =\ casin(z)\fP ならば、 \fIz\ =\ csin(y)\fP が成立する。 \fIy\fP の実部の値は区間 [\-pi/2,pi/2] から選択される。
 .LP
-.\"O One has:
-¼¡¤Î´Ø·¸¤¬À®Î©¤¹¤ë:
+次の関係が成立する:
 .nf
 
     casin(z) = \-i clog(iz + csqrt(1 \- z * 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 "SEE ALSO"
-.SH ´ØÏ¢¹àÌÜ
-.BR ccos (3),
-.BR clog (3),
-.BR complex (7)
+.SH 関連項目
+\fBclog\fP(3), \fBcsin\fP(3), \fBcomplex\fP(7)