X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=draft%2Fman3%2Fcasin.3;h=730f14800d7559b6a84882ae46f9f589df11a410;hb=1d98b26905be2ad5ba08a94d65f57d872bae4f85;hp=903d745fcb036d5986ddd4fcdfc6312148202b6a;hpb=633a2252e0be3c867dce264a180a89ce8181d36f;p=linuxjm%2FLDP_man-pages.git diff --git a/draft/man3/casin.3 b/draft/man3/casin.3 index 903d745f..730f1480 100644 --- a/draft/man3/casin.3 +++ b/draft/man3/casin.3 @@ -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 +.\"******************************************************************* .\" -.\"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 +.\"******************************************************************* +.TH CASIN 3 2008\-08\-11 "" "Linux Programmer's Manual" +.SH 名前 +casin, casinf, casinl \- 複素数の逆正弦 (arc sine) +.SH 書式 +\fB#include \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)