OSDN Git Service

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