OSDN Git Service

(split) Convert release and draft pages to UTF-8.
[linuxjm/LDP_man-pages.git] / draft / man3 / ccos.3
index 77ba54a..db539bc 100644 (file)
@@ -6,17 +6,17 @@
 .\" 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"
 .\"O .SH NAME
 .\"O ccos, ccosf, ccosl \- complex cosine function
-.SH Ì¾Á°
-ccos, ccosf, ccosl \- Ê£ÁÇ¿ô¤Î;¸¹ (cosine)
+.SH 名前
+ccos, ccosf, ccosl \- 複素数の余弦 (cosine)
 .\"O .SH SYNOPSIS
-.SH ½ñ¼°
+.SH 書式
 .B #include <complex.h>
 .sp
 .BI "double complex ccos(double complex " z ");"
@@ -26,24 +26,24 @@ ccos, ccosf, ccosl \- ʣ
 .BI "long double complex ccosl(long double complex " z ");"
 .sp
 .\"O Link with \fI\-lm\fP.
-\fI\-lm\fP ¤Ç¥ê¥ó¥¯¤¹¤ë¡£
+\fI\-lm\fP でリンクする。
 .\"O .SH DESCRIPTION
-.SH ÀâÌÀ
+.SH 説明
 .\"O The complex cosine function is defined as:
-Ê£ÁÇ¿ô¤Î;¸¹ (cosine) ´Ø¿ô ccos(z) ¤Ï°Ê²¼¤Î¤è¤¦¤ËÄêµÁ¤µ¤ì¤ë¡£
+複素数の余弦 (cosine) 関数 ccos(z) は以下のように定義される。
 .nf
 
     ccos(z) = (exp(i * z) + exp(\-i * z)) / 2
 .fi
 .\"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 準拠
 C99.
 .\"O .SH "SEE ALSO"
-.SH ´ØÏ¢¹àÌÜ
+.SH 関連項目
 .BR cabs (3),
 .BR cacos (3),
 .BR csin (3),