OSDN Git Service

Convert release and draft pages to UTF-8.
[linuxjm/jm.git] / manual / LDP_man-pages / draft / man3 / pow10.3
index 8875522..9e74d2c 100644 (file)
 .\"
 .TH POW10 3  2008-08-11 "" "Linux Programmer's Manual"
 .\"O .SH NAME
-.SH Ì¾Á°
+.SH 名前
 .\"O pow10, pow10f, pow10l \- base-10 power functions
-pow10, pow10f, pow10l \- Ä줬 10 ¤ÎÎß¾è´Ø¿ô
+pow10, pow10f, pow10l \- 底が 10 の累乗関数
 .\"O .SH SYNOPSIS
-.SH ½ñ¼°
+.SH 書式
 .nf
 .\"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) 参照 */"
 .B #include <math.h>
 .sp
 .BI "double pow10(double " x );
@@ -45,31 +45,31 @@ pow10, pow10f, pow10l \- 
 .fi
 .sp
 .\"O Link with \fI\-lm\fP.
-\fI\-lm\fP ¤Ç¥ê¥ó¥¯¤¹¤ë¡£
+\fI\-lm\fP でリンクする。
 .\"O .SH DESCRIPTION
-.SH ÀâÌÀ
+.SH 説明
 .\"O The
 .\"O .BR pow10 ()
 .\"O function returns the value of 10 raised to the
 .\"O power \fIx\fP.
 .BR pow10 ()
-´Ø¿ô¤Ï 10 ¤Î \fIx\fP ¾è¤ÎÃͤòÊÖ¤¹¡£
+関数は 10 の \fIx\fP 乗の値を返す。
 .\"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 is a GNU extension.
-¤³¤ì¤Ï GNU ¤Ë¤è¤ë³ÈÄ¥¤Ç¤¢¤ë¡£
+これは GNU による拡張である。
 .\"O .SH NOTES
-.SH Ãí°Õ
+.SH 注意
 .\"O These functions are identical to the functions listed under
 .\"O .BR exp10 (3).
-¤³¤ì¤é¤Î´Ø¿ô¤Ï
+これらの関数は
 .BR exp10 (3)
-¤Ç¥ê¥¹¥È¤µ¤ì¤Æ¤¤¤ë´Ø¿ô¤ÈƱ°ì¤Ç¤¢¤ë¡£
+でリストされている関数と同一である。
 .\"O .SH "SEE ALSO"
-.SH ´ØÏ¢¹àÌÜ
+.SH 関連項目
 .BR exp10 (3),
 .BR pow (3)