OSDN Git Service

LDP: Update draft based on the previous commit
[linuxjm/jm.git] / manual / LDP_man-pages / draft / man3 / sinh.3
index a03c2b6..bca588d 100644 (file)
@@ -74,8 +74,7 @@ _ISOC99_SOURCE || _POSIX_C_SOURCE\ >=\ 200112L
 .RE
 .ad
 .SH 説明
-These functions return the hyperbolic sine of \fIx\fP, which is defined
-mathematically as:
+これらの関数は双曲線正弦 (ハイパボリックサイン) 関数の値を返す。 数学的には以下のように定義されている。
 .PP
 .nf
     sinh(x) = (exp(x) \- exp(\-x)) / 2
@@ -118,7 +117,7 @@ T}  Thread safety   MT\-Safe
 .SH 準拠
 C99, POSIX.1\-2001, POSIX.1\-2008.
 .PP
-The variant returning \fIdouble\fP also conforms to SVr4, 4.3BSD, C89.
+\fIdouble\fP 版の関数は SVr4, 4.3BSD, C89 にも準拠している。
 .SH 関連項目
 \fBacosh\fP(3), \fBasinh\fP(3), \fBatanh\fP(3), \fBcosh\fP(3), \fBcsinh\fP(3), \fBtanh\fP(3)
 .SH この文書について