OSDN Git Service

Convert release and draft pages to UTF-8.
[linuxjm/jm.git] / manual / LDP_man-pages / draft / man3 / clog10.3
index 3b8742a..a17ca04 100644 (file)
@@ -7,18 +7,18 @@
 .\" 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            Äì
+.\"WORD:       logarithm       対数
+.\"WORD:       base            
 .\"
 .TH CLOG10 3 2008-08-11 "" "Linux Programmer's Manual"
 .\"O .SH NAME
-.SH Ì¾Á°
+.SH 名前
 .\"O clog10, clog10f, clog10l \- base-10 logarithm of a complex number
-clog10, clog10f, clog10l \- Ä줬 10 ¤ÎÊ£ÁÇ¿ô¤ÎÂпô
+clog10, clog10f, clog10l \- 底が 10 の複素数の対数
 .\"O .SH SYNOPSIS
-.SH ½ñ¼°
+.SH 書式
 .\"O .BR "#define _GNU_SOURCE" "         /* See feature_test_macros(7) */"
-.BR "#define _GNU_SOURCE" "         /* feature_test_macros(7) »²¾È */"
+.BR "#define _GNU_SOURCE" "         /* feature_test_macros(7) 参照 */"
 .br
 .B #include <complex.h>
 .sp
@@ -29,45 +29,45 @@ clog10, clog10f, clog10l \- 
 .BI "long double complex clog10l(long double complex " z );
 .sp
 .\"O Link with \fI\-lm\fP.
-\fI\-lm\fP ¤Ç¥ê¥ó¥¯¤¹¤ë¡£
+\fI\-lm\fP でリンクする。
 .\"O .SH DESCRIPTION
-.SH ÀâÌÀ
+.SH 説明
 .\"O The call
 .\"O .I clog10(z)
 .\"O is equivalent to
 .\"O .IR clog(z)/log(10) .
 .I clog10(z)
-¤Î¸Æ¤Ó½Ð¤·¤Ï
+の呼び出しは
 .I clog(z)/log(10)
-¤ÈÅù²Á¤Ç¤¢¤ë¡£
+と等価である。
 .\"O The other functions perform the same task for
 .\"O .I float
 .\"O and
 .\"O .IR "long double" .
-¾¤Î´Ø¿ô¤ÏƱ¤¸µ¡Ç½¤ò»ý¤Ä
+他の関数は同じ機能を持つ
 .I float
-ÈǤÈ
+版と
 .I "long double"
-ÈǤǤ¢¤ë¡£
+版である。
 
 .\"O Note that
 .\"O .I z
 .\"O close to zero will cause an overflow.
 .I z
-¤È¤·¤Æ 0 ¤Ë¶á¤¤ÃͤòÆþ¤ì¤ë¤È¡¢¥ª¡¼¥Ð¡¼¥Õ¥í¡¼¤òµ¯¤³¤¹¤¿¤á¡¢
-Ãí°Õ¤¬É¬ÍפǤ¢¤ë¡£
+として 0 に近い値を入れると、オーバーフローを起こすため、
+注意が必要である。
 .\"O .SH VERSIONS
-.SH ¥Ð¡¼¥¸¥ç¥ó
+.SH バージョン
 .\"O These functions first appeared in glibc in version 2.1.
-¤³¤ì¤é¤Î´Ø¿ô¤Ï glibc ¥Ð¡¼¥¸¥ç¥ó 2.1 ¤Ç½é¤á¤ÆÅо줷¤¿¡£
+これらの関数は glibc バージョン 2.1 で初めて登場した。
 .\"O .SH "CONFORMING TO"
-.SH ½àµò
+.SH 準拠
 .\"O This function is a GNU extension.
 .\"O It is reserved for future use in C99.
-¤³¤Î´Ø¿ô¤Ï GNU ¤Ë¤è¤ë³ÈÄ¥¤Ç¤¢¤ë¡£
-C99 ¤Ç¤Ïº£¸å¤Î¤¿¤á¤ËͽÌ󤵤ì¤Æ¤¤¤ë¡£
+この関数は GNU による拡張である。
+C99 では今後のために予約されている。
 .\"O .SH "SEE ALSO"
-.SH ´ØÏ¢¹àÌÜ
+.SH 関連項目
 .BR cabs (3),
 .BR cexp (3),
 .BR clog (3),