OSDN Git Service

(split) LDP: Release pages for LDP v3.39.
[linuxjm/LDP_man-pages.git] / release / man3 / ccos.3
index bfba009..52fdd17 100644 (file)
@@ -1,41 +1,33 @@
 .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
 .\" Distributed under GPL
 .\"
-.\" Japanese Version Copyright (c) 2003  Akihiro MOTOKI
-.\"         all rights reserved.
-.\" Translated Wed Jul 23 05:24:15 JST 2003
-.\"         by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>
+.\"*******************************************************************
 .\"
-.\"WORD:       sine            Àµ¸¹
-.\"WORD:       cosine          Í¾¸¹
-.\"WORD:       tangent         ÀµÀÜ
+.\" This file was generated with po4a. Translate the source file.
 .\"
-.TH CCOS 3 2008-08-06 "" "Linux Programmer's Manual"
-.SH Ì¾Á°
-ccos, ccosf, ccosl \- Ê£ÁÇ¿ô¤Î;¸¹ (cosine)
-.SH ½ñ¼°
-.B #include <complex.h>
+.\"*******************************************************************
+.TH CCOS 3 2008\-08\-11 "" "Linux Programmer's Manual"
+.SH 名前
+ccos, ccosf, ccosl \- 複素数の余弦 (cosine)
+.SH 書式
+\fB#include <complex.h>\fP
 .sp
-.BI "double complex ccos(double complex " z ");"
+\fBdouble complex ccos(double complex \fP\fIz\fP\fB);\fP
 .br
-.BI "float complex ccosf(float complex " z ");"
+\fBfloat complex ccosf(float complex \fP\fIz\fP\fB);\fP
 .br
-.BI "long double complex ccosl(long double complex " z ");"
+\fBlong double complex ccosl(long double complex \fP\fIz\fP\fB);\fP
 .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 ´ØÏ¢¹àÌÜ
-.BR cabs (3),
-.BR cacos (3),
-.BR csin (3),
-.BR ctan (3),
-.BR complex (7)
+.SH 関連項目
+\fBcabs\fP(3), \fBcacos\fP(3), \fBcsin\fP(3), \fBctan\fP(3), \fBcomplex\fP(7)