OSDN Git Service

Update drafts based on the previous PO changes
[linuxjm/LDP_man-pages.git] / draft / man3 / pow.3
index b197b05..d8c86a8 100644 (file)
@@ -44,7 +44,7 @@
 .\"         by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>
 .\" Updated 2008-09-18, Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>
 .\"
-.TH POW 3 2010\-09\-12 "" "Linux Programmer's Manual"
+.TH POW 3 2014\-12\-31 "" "Linux Programmer's Manual"
 .SH 名前
 pow, powf, powl \- 累乗関数
 .SH 書式
@@ -169,6 +169,12 @@ or \fIcc\ \-std=c99\fP
 C99, POSIX.1\-2001.  \fIdouble\fP 版の関数は SVr4, 4.3BSD, C89 にも準拠している。
 .SH バグ
 .\"
+.\" https://sourceware.org/bugzilla/show_bug.cgi?id=13932
+On 64\-bits, \fBpow\fP()  may be more than 10,000 times slower for some (rare)
+inputs than for other nearby inputs.  This only affects \fBpow\fP(), and not
+\fBpowf\fP()  nor \fBpowl\fP().
+
+.\"
 .\" http://sources.redhat.com/bugzilla/show_bug.cgi?id=6776
 .\" or possibly 2.9, I haven't found the source code change
 .\" and I don't have a 2.9 system to test
@@ -188,6 +194,6 @@ glibc バージョン 2.3.2 以前では、 アンダーフローやアンダー
 .SH 関連項目
 \fBcbrt\fP(3), \fBcpow\fP(3), \fBsqrt\fP(3)
 .SH この文書について
-この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.75 の一部
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.76 の一部
 である。プロジェクトの説明とバグ報告に関する情報は
 http://www.kernel.org/doc/man\-pages/ に書かれている。