OSDN Git Service

(split) LDP: draft snapshot generated from latest ja.po files.
[linuxjm/LDP_man-pages.git] / draft / man3 / ccosh.3
index ba9617e..c4062db 100644 (file)
@@ -1,53 +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 Mon Jul 28 23:42:41 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 CCOSH 3 2008-08-06 "" "Linux Programmer's Manual"
-.\"O .SH NAME
+.\"*******************************************************************
+.TH CCOSH 3 2008\-08\-11 "" "Linux Programmer's Manual"
 .SH 名前
-.\"O ccosh, ccoshf, ccoshl \- complex hyperbolic cosine
 ccosh, ccoshf, ccoshl \- 複素数の双曲線余弦 (hyperbolic cosine)
-.\"O .SH SYNOPSIS
 .SH 書式
-.B #include <complex.h>
+\fB#include <complex.h>\fP
 .sp
-.BI "double complex ccosh(double complex " z ");"
+\fBdouble complex ccosh(double complex \fP\fIz\fP\fB);\fP
 .br
-.BI "float complex ccoshf(float complex " z ");"
+\fBfloat complex ccoshf(float complex \fP\fIz\fP\fB);\fP
 .br
-.BI "long double complex ccoshl(long double complex " z ");"
+\fBlong double complex ccoshl(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 cosine function is defined as:
-複素数の双曲線余弦 (hyperbolic cosine) 関数 ccosh(z) は
-以下のように定義される。
+複素数の双曲線余弦 (hyperbolic cosine) 関数 ccosh(z) は 以下のように定義される。
 .nf
 
     ccosh(z) = (exp(z)+exp(\-z))/2
 .fi
-.\"O .SH VERSIONS
 .SH バージョン
-.\"O These functions first appeared in glibc in version 2.1.
 これらの関数は glibc バージョン 2.1 で初めて登場した。
-.\"O .SH "CONFORMING TO"
 .SH 準拠
 C99.
-.\"O .SH "SEE ALSO"
 .SH 関連項目
-.BR cabs (3),
-.BR cacosh (3),
-.BR csinh (3),
-.BR ctanh (3),
-.BR complex (7)
+\fBcabs\fP(3), \fBcacosh\fP(3), \fBcsinh\fP(3), \fBctanh\fP(3), \fBcomplex\fP(7)