OSDN Git Service

(split) Convert release and draft pages to UTF-8.
[linuxjm/LDP_man-pages.git] / draft / man3 / sincos.3
index f5e5caf..e1baab0 100644 (file)
 .\" 
 .TH SINCOS 3  2008-08-11 "GNU" "Linux Programmer's Manual"
 .\"O .SH NAME
-.SH Ì¾Á°
+.SH 名前
 .\"O sincos, sincosf, sincosl \- calculate sin and cos simultaneously
-sincos, sincosf, sincosl \- Àµ¸¹¤È;¸¹¤òƱ»þ¤Ë·×»»¤¹¤ë
+sincos, sincosf, sincosl \- 正弦と余弦を同時に計算する
 .\"O .SH SYNOPSIS
-.SH ½ñ¼°
+.SH 書式
 .nf
 .\"O .BR "#define _GNU_SOURCE" "         /* See feature_test_macros(7) */"
-.BR "#define _GNU_SOURCE" "         /* feature_test_macros(7) »²¾È */"
+.BR "#define _GNU_SOURCE" "         /* feature_test_macros(7) 参照 */"
 .B #include <math.h>
 .sp
 .BI "void sincos(double " x ", double *" sin ", double *" cos );
@@ -29,23 +29,23 @@ sincos, sincosf, sincosl \- 
 .fi
 .sp
 .\"O Link with \fI\-lm\fP.
-\fI\-lm\fP ¤Ç¥ê¥ó¥¯¤¹¤ë¡£
+\fI\-lm\fP でリンクする。
 .\"O .SH DESCRIPTION
-.SH ÀâÌÀ
+.SH 説明
 .\"O Several applications need sine and cosine of the same angle
 .\"O .IR x .
 .\"O This function computes both at the same time, and stores the results in
 .\"O .I *sin
 .\"O and
 .\"O .IR *cos .
-¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤ÎÃæ¤Ë¤Ï¡¢Æ±¤¸³ÑÅÙ
+アプリケーションの中には、同じ角度
 .I x
-¤Ë¤Ä¤¤¤ÆÀµ¸¹¤È;¸¹¤ÎξÊý¤Î·×»»¤¬É¬Íפʤâ¤Î¤¬¤¢¤ë¡£
-¤³¤Î´Ø¿ô¤Ïξ¼Ô¤òƱ»þ¤Ë·×»»¤·¡¢¤½¤Î·ë²Ì¤ò
+について正弦と余弦の両方の計算が必要なものがある。
+この関数は両者を同時に計算し、その結果を
 .I *sin
-¤È
+と
 .I *cos
-¤Ë³ÊǼ¤¹¤ë¡£
+に格納する。
 
 .\"O If
 .\"O .I x
@@ -55,11 +55,11 @@ sincos, sincosf, sincosl \- 
 .\"O and
 .\"O .IR *cos .
 .I x
-¤¬ NaN ¤Î¾ì¹ç¡¢
+が NaN の場合、
 .I *sin
-¤È
+と
 .I *cos
-¤Ë NaN ¤¬ÊÖ¤µ¤ì¤ë¡£
+に NaN が返される。
 
 .\"O If
 .\"O .I x
@@ -70,62 +70,62 @@ sincos, sincosf, sincosl \- 
 .\"O and
 .\"O .IR *cos .
 .I x
-¤¬Àµ¤Î̵¸ÂÂ礫Éé¤Î̵¸ÂÂç¤Î¾ì¹ç¡¢
-Îΰ襨¥é¡¼ (domain error) ¤¬È¯À¸¤·¡¢
+が正の無限大か負の無限大の場合、
+領域エラー (domain error) が発生し、
 .I *sin
-¤È
+と
 .I *cos
-¤Ë NaN ¤¬ÊÖ¤µ¤ì¤ë¡£
+に NaN が返される。
 .\"O .SH RETURN VALUE
-.SH ÊÖ¤êÃÍ
+.SH 返り値
 .\"O These functions return
 .\"O .IR void .
-¤³¤ì¤é¤Î´Ø¿ô¤Ï
+これらの関数は
 .I void
-¤òÊÖ¤¹¡£
+を返す。
 .\"O .SH ERRORS
-.SH ¥¨¥é¡¼
+.SH ã\82¨ã\83©ã\83¼
 .\"O See
 .\"O .BR math_error (7)
 .\"O for information on how to determine whether an error has occurred
 .\"O when calling these functions.
-¤³¤ì¤é¤Î´Ø¿ô¤ò¸Æ¤Ó½Ð¤·¤¿ºÝ¤Ë¥¨¥é¡¼¤¬È¯À¸¤·¤¿¤«¤ÎȽÄêÊýË¡¤Ë¤Ä¤¤¤Æ¤Î¾ðÊó¤Ï
+これらの関数を呼び出した際にエラーが発生したかの判定方法についての情報は
 .BR math_error (7)
-¤ò»²¾È¤Î¤³¤È¡£
+を参照のこと。
 .PP
 .\"O The following errors can occur:
-°Ê²¼¤Î¥¨¥é¡¼¤¬È¯À¸¤¹¤ë²ÄǽÀ­¤¬¤¢¤ë¡£
+以下のエラーが発生する可能性がある。
 .TP
 .\"O Domain error: \fIx\fP is an infinity
-Îΰ襨¥é¡¼ (domain error): \fIx\fp ¤¬Ìµ¸ÂÂç
+領域エラー (domain error): \fIx\fp が無限大
 .\" .I errno
 .\" is set to
 .\" .BR EDOM .
 .\"O An invalid floating-point exception
 .\"O .RB ( FE_INVALID )
 .\"O is raised.
-ÉÔÀµ (invalid) ÉâÆ°¾®¿ôÅÀÎã³°
+不正 (invalid) 浮動小数点例外
 .RB ( FE_INVALID )
-¤¬¾å¤¬¤ë¡£
+が上がる。
 .PP
 .\"O These functions do not set
 .\"O .IR errno .
-¤³¤ì¤é¤Î´Ø¿ô¤Ï
+これらの関数は
 .I errno
-¤òÀßÄꤷ¤Ê¤¤¡£
+を設定しない。
 .\" FIXME . Is it intentional that these functions do not set errno?
 .\" sin() and cos() also don't set errno; bugs have been raised for
 .\" those functions.
 .\"O .SH VERSIONS
-.SH ¥Ð¡¼¥¸¥ç¥ó
+.SH バージョン
 .\"O These functions first appeared in glibc in version 2.1.
-¤³¤ì¤é¤Î´Ø¿ô¤Ï glibc ¥Ð¡¼¥¸¥ç¥ó 2.1 ¤Ç½é¤á¤ÆÅо줷¤¿¡£
+これらの関数は glibc バージョン 2.1 で初めて登場した。
 .\"O .SH "CONFORMING TO"
-.SH ½àµò
+.SH 準拠
 .\"O This function is a GNU extension.
-¤³¤Î´Ø¿ô¤Ï GNU ¤Ë¤è¤ë³ÈÄ¥¤Ç¤¢¤ë¡£
+この関数は GNU による拡張である。
 .\"O .SH "SEE ALSO"
-.SH ´ØÏ¢¹àÌÜ
+.SH 関連項目
 .BR cos (3),
 .BR sin (3),
 .BR tan (3)