OSDN Git Service

(split) LDP: Release pages for LDP v3.39.
[linuxjm/LDP_man-pages.git] / release / man3 / exp10.3
index ec5cf26..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"
+.\"*******************************************************************
+.TH EXP10 3 2008\-08\-11 GNU "Linux Programmer's Manual"
 .SH 名前
 exp10, exp10f, exp10l \- 基数が 10 の指数関数
 .SH 書式
 .nf
-.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
 \fI\-lm\fP でリンクする。
 .SH 説明
-.BR exp10 ()
-関数は 10 の \fIx\fP 乗の値を返す。
+\fBexp10\fP()  関数は 10 の \fIx\fP 乗の値を返す。
 .SH 返り値
-成功すると、これらの関数は 10 の
-.I x
-乗を返す。
+成功すると、これらの関数は 10 の \fIx\fP 乗を返す。
 
-無限大や NaN の扱いや、オーバーフローとアンダーフローなどの
-さまざまな特別な状況については、
-.BR exp (3)
-を参照のこと。
+無限大や NaN の扱いや、オーバーフローとアンダーフローなどの さまざまな特別な状況については、 \fBexp\fP(3)  を参照のこと。
 .SH エラー
-これらの関数を呼び出した際にエラーが発生したかの判定方法についての情報は
-.BR math_error (7)
-を参照のこと。
+これらの関数を呼び出した際にエラーが発生したかの判定方法についての情報は \fBmath_error\fP(7)  を参照のこと。
 
-これらの関数で発生するエラーについては、
-.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
+これらの関数で発生するエラーについては、 \fBexp\fP(3)  を参照のこと。
 .SH バージョン
 これらの関数は glibc バージョン 2.1 で初めて登場した。
 .SH 準拠
 これらの関数は GNU による拡張である。
 .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)