OSDN Git Service

Convert release and draft pages to UTF-8.
[linuxjm/jm.git] / manual / LDP_man-pages / release / man3 / ccos.3
index bfba009..3ff0b53 100644 (file)
@@ -6,14 +6,14 @@
 .\" Translated Wed Jul 23 05:24:15 JST 2003
 .\"         by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>
 .\"
-.\"WORD:       sine            Àµ¸¹
-.\"WORD:       cosine          Í¾¸¹
-.\"WORD:       tangent         ÀµÀÜ
+.\"WORD:       sine            正弦
+.\"WORD:       cosine          余弦
+.\"WORD:       tangent         正接
 .\"
 .TH CCOS 3 2008-08-06 "" "Linux Programmer's Manual"
-.SH Ì¾Á°
-ccos, ccosf, ccosl \- Ê£ÁÇ¿ô¤Î;¸¹ (cosine)
-.SH ½ñ¼°
+.SH 名前
+ccos, ccosf, ccosl \- 複素数の余弦 (cosine)
+.SH 書式
 .B #include <complex.h>
 .sp
 .BI "double complex ccos(double complex " z ");"
@@ -22,18 +22,18 @@ ccos, ccosf, ccosl \- ʣ
 .br
 .BI "long double complex ccosl(long double complex " z ");"
 .sp
-\fI\-lm\fP ¤Ç¥ê¥ó¥¯¤¹¤ë¡£
-.SH ÀâÌÀ
-Ê£ÁÇ¿ô¤Î;¸¹ (cosine) ´Ø¿ô ccos(z) ¤Ï°Ê²¼¤Î¤è¤¦¤ËÄêµÁ¤µ¤ì¤ë¡£
+\fI\-lm\fP でリンクする。
+.SH 説明
+複素数の余弦 (cosine) 関数 ccos(z) は以下のように定義される。
 .nf
 
     ccos(z) = (exp(i * z) + exp(\-i * z)) / 2
 .fi
-.SH ¥Ð¡¼¥¸¥ç¥ó
-¤³¤ì¤é¤Î´Ø¿ô¤Ï glibc ¥Ð¡¼¥¸¥ç¥ó 2.1 ¤Ç½é¤á¤ÆÅо줷¤¿¡£
-.SH ½àµò
+.SH バージョン
+これらの関数は glibc バージョン 2.1 で初めて登場した。
+.SH 準拠
 C99.
-.SH ´ØÏ¢¹àÌÜ
+.SH 関連項目
 .BR cabs (3),
 .BR cacos (3),
 .BR csin (3),