OSDN Git Service

(split) LDP: Restore and add Copyrights for draft pages
[linuxjm/LDP_man-pages.git] / draft / man3 / ctanh.3
index ee792f7..dce1a8c 100644 (file)
@@ -1,52 +1,46 @@
 .\" 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:       hyperbolic      ÁжÊ(Àþ¤Î)
-.\"WORD:       sine            Àµ¸¹
-.\"WORD:       cosine          Í¾¸¹
-.\"WORD:       tangent         ÀµÀÜ
-.\" 
-.TH CTANH 3 2008-08-11 "" "Linux Programmer's Manual"
-.\"O .SH NAME
-.\"O ctanh, ctanhf, ctanhl \- complex hyperbolic tangent
-.SH Ì¾Á°
-ctanh, ctanhf, ctanhl \- Ê£ÁÇ¿ô¤ÎÁжÊÀþÀµÀÜ (hyperbolic tangent)
-.\"O .SH SYNOPSIS
-.SH ½ñ¼°
-.B #include <complex.h>
+.\"
+.TH CTANH 3 2008\-08\-11 "" "Linux Programmer's Manual"
+.SH 名前
+ctanh, ctanhf, ctanhl \- 複素数の双曲線正接 (hyperbolic tangent)
+.SH 書式
+\fB#include <complex.h>\fP
 .sp
-.BI "double complex ctanh(double complex " z ");"
+\fBdouble complex ctanh(double complex \fP\fIz\fP\fB);\fP
 .br
-.BI "float complex ctanhf(float complex " z );
+\fBfloat complex ctanhf(float complex \fP\fIz\fP\fB);\fP
 .br
-.BI "long double complex ctanhl(long double complex " z ");"
+\fBlong double complex ctanhl(long double complex \fP\fIz\fP\fB);\fP
 .sp
-.\"O Link with \fI\-lm\fP.
-\fI\-lm\fP ¤Ç¥ê¥ó¥¯¤¹¤ë¡£
-.\"O .SH DESCRIPTION
-.SH ÀâÌÀ
-.\"O The complex hyperbolic tangent function is defined
-.\"O mathematically as:
-Ê£ÁÇ¿ô¤ÎÁжÊÀþÀµÀÜ (hyperbolic tangent) ´Ø¿ô¤Ï°Ê²¼¤Î¤è¤¦¤ËÄêµÁ¤µ¤ì¤ë¡£
+\fI\-lm\fP でリンクする。
+.SH 説明
+複素数の双曲線正接 (hyperbolic tangent) 関数は以下のように定義される。
 .nf
 
     ctanh(z) = csinh(z) / ccosh(z)
 .fi
-.\"O .SH VERSIONS
-.SH ¥Ð¡¼¥¸¥ç¥ó
-.\"O These functions first appeared in glibc in version 2.1.
-¤³¤ì¤é¤Î´Ø¿ô¤Ï glibc ¥Ð¡¼¥¸¥ç¥ó 2.1 ¤Ç½é¤á¤ÆÅо줷¤¿¡£
-.\"O .SH "CONFORMING TO"
-.SH ½àµò
+.SH バージョン
+これらの関数は glibc バージョン 2.1 で初めて登場した。
+.SH 準拠
 C99.
-.\"O .SH "SEE ALSO"
-.SH ´ØÏ¢¹àÌÜ
-.BR cabs (3),
-.BR ccosh (3),
-.BR csinh (3),
-.BR complex (7)
+.SH 関連項目
+\fBcabs\fP(3), \fBcatanh\fP(3), \fBccosh\fP(3), \fBcsinh\fP(3), \fBcomplex\fP(7)
+.SH この文書について
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.53 の一部
+である。プロジェクトの説明とバグ報告に関する情報は
+http://www.kernel.org/doc/man\-pages/ に書かれている。