OSDN Git Service

(split) LDP: draft snapshot generated from latest ja.po files.
[linuxjm/LDP_man-pages.git] / draft / man3 / exp10.3
index 46bfd4f..8671dd3 100644 (file)
 .\" Modified 1995-08-14 by Arnt Gulbrandsen <agulbra@troll.no>
 .\" Modified 2002-07-27 by Walter Harms
 .\"    (walter.harms@informatik.uni-oldenburg.de)
+.\"*******************************************************************
 .\"
-.\" Japanese Version Copyright (c) 2003  Akihiro MOTOKI
-.\"         all rights reserved.
-.\" Translated Tue Sep 23 20:30:22 JST 2003
-.\"         by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>
+.\" This file was generated with po4a. Translate the source file.
 .\"
-.TH EXP10 3  2008-08-11  "GNU" "Linux Programmer's Manual"
-.\"O .SH NAME
+.\"*******************************************************************
+.TH EXP10 3 2008\-08\-11 GNU "Linux Programmer's Manual"
 .SH 名前
-.\"O exp10, exp10f, exp10l \- base-10 exponential function
 exp10, exp10f, exp10l \- 基数が 10 の指数関数
-.\"O .SH SYNOPSIS
 .SH 書式
 .nf
-.\"O .BR "#define _GNU_SOURCE" "         /* See feature_test_macros(7) */"
-.BR "#define _GNU_SOURCE" "         /* feature_test_macros(7) 参照 */"
+\fB#define _GNU_SOURCE\fP         /* feature_test_macros(7) 参照 */
 .br
-.B #include <math.h>
+\fB#include <math.h>\fP
 .sp
-.BI "double exp10(double " x );
+\fBdouble exp10(double \fP\fIx\fP\fB);\fP
 .br
-.BI "float exp10f(float " x );
+\fBfloat exp10f(float \fP\fIx\fP\fB);\fP
 .br
-.BI "long double exp10l(long double " x );
+\fBlong double exp10l(long double \fP\fIx\fP\fB);\fP
 .fi
 .sp
-.\"O Link with \fI\-lm\fP.
 \fI\-lm\fP でリンクする。
-.\"O .SH DESCRIPTION
 .SH 説明
-.\"O The
-.\"O .BR exp10 ()
-.\"O function returns the value of 10
-.\"O raised to the power of \fIx\fP.
-.BR exp10 ()
-関数は 10 の \fIx\fP 乗の値を返す。
-.\"O .SH RETURN VALUE
+\fBexp10\fP()  関数は 10 の \fIx\fP 乗の値を返す。
 .SH 返り値
-.\"O On success, these functions return the base-10 exponential value of
-.\"O .IR x .
-成功すると、これらの関数は 10 の
-.I x
-乗を返す。
+成功すると、これらの関数は 10 の \fIx\fP 乗を返す。
 
-.\"O For various special cases, including the handling of infinity and NaN,
-.\"O as well as overflows and underflows, see
-.\"O .BR exp (3).
-無限大や NaN の扱いや、オーバーフローとアンダーフローなどの
-さまざまな特別な状況については、
-.BR exp (3)
-を参照のこと。
-.\"O .SH ERRORS
+無限大や NaN の扱いや、オーバーフローとアンダーフローなどの さまざまな特別な状況については、 \fBexp\fP(3)  を参照のこと。
 .SH エラー
-.\"O See
-.\"O .BR math_error (7)
-.\"O for information on how to determine whether an error has occurred
-.\"O when calling these functions.
-これらの関数を呼び出した際にエラーが発生したかの判定方法についての情報は
-.BR math_error (7)
-を参照のこと。
+これらの関数を呼び出した際にエラーが発生したかの判定方法についての情報は \fBmath_error\fP(7)  を参照のこと。
 
-.\"O For a discussion of the errors that can occur for these functions, see
-.\"O .BR exp (3).
-これらの関数で発生するエラーについては、
-.BR exp (3)
-を参照のこと。
 .\" FIXME . exp10 doesn't give ERANGE for an underflow, unlike exp() and exp2()
 .\" Bug raised: http://sources.redhat.com/bugzilla/show_bug.cgi?id=6787
-.\"O .SH VERSIONS
+これらの関数で発生するエラーについては、 \fBexp\fP(3)  を参照のこと。
 .SH バージョン
-.\"O These functions first appeared in glibc in version 2.1.
 これらの関数は glibc バージョン 2.1 で初めて登場した。
-.\"O .SH "CONFORMING TO"
 .SH 準拠
-.\"O These functions are GNU extensions.
 これらの関数は GNU による拡張である。
-.\"O .SH "SEE ALSO"
 .SH 関連項目
-.BR cbrt (3),
-.BR exp (3),
-.BR exp2 (3),
-.BR log10 (3),
-.BR sqrt (3)
+\fBcbrt\fP(3), \fBexp\fP(3), \fBexp2\fP(3), \fBlog10\fP(3), \fBsqrt\fP(3)