OSDN Git Service

(split) LDP: Release pages for LDP v3.39.
[linuxjm/LDP_man-pages.git] / release / man3 / clog10.3
index 0fa2e05..dc1d655 100644 (file)
@@ -1,53 +1,34 @@
 .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
 .\" Distributed under GPL
 .\"
-.\" Japanese Version Copyright (c) 2003  Akihiro MOTOKI
-.\"         all rights reserved.
-.\" Translated 2003-07-24, Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>
-.\" Updated 2005-02-26, Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>
-.\" Updated 2007-01-05, Akihiro MOTOKI, catch up to LDP v2.43
+.\"*******************************************************************
 .\"
-.\"WORD:       logarithm       Âпô
-.\"WORD:       base            Äì
+.\" This file was generated with po4a. Translate the source file.
 .\"
-.TH CLOG10 3 2008-08-11 "" "Linux Programmer's Manual"
-.SH Ì¾Á°
-clog10, clog10f, clog10l \- Ä줬 10 ¤ÎÊ£ÁÇ¿ô¤ÎÂпô
-.SH ½ñ¼°
-.B #define _GNU_SOURCE
+.\"*******************************************************************
+.TH CLOG10 3 2008\-08\-11 "" "Linux Programmer's Manual"
+.SH 名前
+clog10, clog10f, clog10l \- 底が 10 の複素数の対数
+.SH 書式
+\fB#define _GNU_SOURCE\fP /* feature_test_macros(7) 参照 */
 .br
-.B #include <complex.h>
+\fB#include <complex.h>\fP
 .sp
-.BI "double complex clog10(double complex " z );
+\fBdouble complex clog10(double complex \fP\fIz\fP\fB);\fP
 .br
-.BI "float complex clog10f(float complex " z );
+\fBfloat complex clog10f(float complex \fP\fIz\fP\fB);\fP
 .br
-.BI "long double complex clog10l(long double complex " z );
+\fBlong double complex clog10l(long double complex \fP\fIz\fP\fB);\fP
 .sp
-\fI\-lm\fP ¤Ç¥ê¥ó¥¯¤¹¤ë¡£
-.SH ÀâÌÀ
-.I clog10(z)
-¤Î¸Æ¤Ó½Ð¤·¤Ï
-.I clog(z)/log(10)
-¤ÈÅù²Á¤Ç¤¢¤ë¡£
-¾¤Î´Ø¿ô¤ÏƱ¤¸µ¡Ç½¤ò»ý¤Ä
-.I float
-ÈǤÈ
-.I "long double"
-ÈǤǤ¢¤ë¡£
+\fI\-lm\fP でリンクする。
+.SH 説明
+\fIclog10(z)\fP の呼び出しは \fIclog(z)/log(10)\fP と等価である。 他の関数は同じ機能を持つ \fIfloat\fP 版と
+\fIlong double\fP 版である。
 
-.I z
-¤È¤·¤Æ 0 ¤Ë¶á¤¤ÃͤòÆþ¤ì¤ë¤È¡¢¥ª¡¼¥Ð¡¼¥Õ¥í¡¼¤òµ¯¤³¤¹¤¿¤á¡¢
-Ãí°Õ¤¬É¬ÍפǤ¢¤ë¡£
-.SH ¥Ð¡¼¥¸¥ç¥ó
-¤³¤ì¤é¤Î´Ø¿ô¤Ï glibc ¥Ð¡¼¥¸¥ç¥ó 2.1 ¤Ç½é¤á¤ÆÅо줷¤¿¡£
-.SH ½àµò
-¤³¤Î´Ø¿ô¤Ï GNU ¤Ë¤è¤ë³ÈÄ¥¤Ç¤¢¤ë¡£
-C99 ¤Ç¤Ïº£¸å¤Î¤¿¤á¤ËͽÌ󤵤ì¤Æ¤¤¤ë¡£
-.SH ´ØÏ¢¹àÌÜ
-.BR cabs (3),
-.BR cexp (3),
-.BR clog (3),
-.BR clog2 (3),
-.BR complex (7),
-.BR feature_test_macros (7)
+\fIz\fP として 0 に近い値を入れると、オーバーフローを起こすため、 注意が必要である。
+.SH バージョン
+これらの関数は glibc バージョン 2.1 で初めて登場した。
+.SH 準拠
+この関数は GNU による拡張である。 C99 では今後のために予約されている。
+.SH 関連項目
+\fBcabs\fP(3), \fBcexp\fP(3), \fBclog\fP(3), \fBclog2\fP(3), \fBcomplex\fP(7)