OSDN Git Service

(split) LDP: Update releases based on LDP 3.52 release
[linuxjm/LDP_man-pages.git] / release / man3 / ctan.3
index 8f5fea4..212e65f 100644 (file)
@@ -1,40 +1,40 @@
 .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
+.\"
+.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE)
 .\" Distributed under GPL
+.\" %%%LICENSE_END
+.\"
+.\"*******************************************************************
+.\"
+.\" This file was generated with po4a. Translate the source file.
 .\"
-.\" Japanese Version Copyright (c) 2003  Akihiro MOTOKI
-.\"         all rights reserved.
-.\" Translated 2003-07-23, Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>
-.\" Updated 2005-02-21, Akihiro MOTOKI
-.\" 
-.\"WORD:       sine            Àµ¸¹
-.\"WORD:       cosine          Í¾¸¹
-.\"WORD:       tangent         ÀµÀÜ
-.\" 
-.TH CTAN 3 2008-08-11 "" "Linux Programmer's Manual"
-.SH Ì¾Á°
-ctan, ctanf, ctanl \- Ê£ÁÇ¿ô¤ÎÀµÀÜ (tangent) ´Ø¿ô
-.SH ½ñ¼°
-.B #include <complex.h>
+.\"*******************************************************************
+.TH CTAN 3 2008\-08\-11 "" "Linux Programmer's Manual"
+.SH 名前
+ctan, ctanf, ctanl \- 複素数の正接 (tangent) 関数
+.SH 書式
+\fB#include <complex.h>\fP
 .sp
-.BI "double complex ctan(double complex " z ");"
+\fBdouble complex ctan(double complex \fP\fIz\fP\fB);\fP
 .br
-.BI "float complex ctanf(float complex " z );
+\fBfloat complex ctanf(float complex \fP\fIz\fP\fB);\fP
 .br
-.BI "long double complex ctanl(long double complex " z ");"
+\fBlong double complex ctanl(long double complex \fP\fIz\fP\fB);\fP
 .sp
-\fI\-lm\fP ¤Ç¥ê¥ó¥¯¤¹¤ë¡£
-.SH ÀâÌÀ
-Ê£ÁÇ¿ô¤ÎÀµÀÜ (tangent) ´Ø¿ô ctan(z) ¤Ï°Ê²¼¤Î¤è¤¦¤ËÄêµÁ¤µ¤ì¤ë¡£
+\fI\-lm\fP でリンクする。
+.SH 説明
+複素数の正接 (tangent) 関数 ctan(z) は以下のように定義される。
 .nf
 
     ctan(z) = csin(z) / ccos(z)
 .fi
-.SH ¥Ð¡¼¥¸¥ç¥ó
-¤³¤ì¤é¤Î´Ø¿ô¤Ï glibc ¥Ð¡¼¥¸¥ç¥ó 2.1 ¤Ç½é¤á¤ÆÅо줷¤¿¡£
-.SH ½àµò
+.SH バージョン
+これらの関数は glibc バージョン 2.1 で初めて登場した。
+.SH 準拠
 C99.
-.SH ´ØÏ¢¹àÌÜ
-.BR cabs (3),
-.BR ccos (3),
-.BR csin (3),
-.BR complex (7)
+.SH 関連項目
+\fBcabs\fP(3), \fBcatan\fP(3), \fBccos\fP(3), \fBcsin\fP(3), \fBcomplex\fP(7)
+.SH この文書について
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.52 の一部
+である。プロジェクトの説明とバグ報告に関する情報は
+http://www.kernel.org/doc/man\-pages/ に書かれている。