OSDN Git Service

(split) DP: release pages (catch up to 3.50).
[linuxjm/LDP_man-pages.git] / release / man3 / pow10.3
1 .\" Copyright 2004 Andries Brouwer (aeb@cwi.nl)
2 .\"
3 .\" %%%LICENSE_START(VERBATIM)
4 .\" Permission is granted to make and distribute verbatim copies of this
5 .\" manual provided the copyright notice and this permission notice are
6 .\" preserved on all copies.
7 .\"
8 .\" Permission is granted to copy and distribute modified versions of this
9 .\" manual under the conditions for verbatim copying, provided that the
10 .\" entire resulting derived work is distributed under the terms of a
11 .\" permission notice identical to this one.
12 .\"
13 .\" Since the Linux kernel and libraries are constantly changing, this
14 .\" manual page may be incorrect or out-of-date.  The author(s) assume no
15 .\" responsibility for errors or omissions, or for damages resulting from
16 .\" the use of the information contained herein.  The author(s) may not
17 .\" have taken the same level of care in the production of this manual,
18 .\" which is licensed free of charge, as they might when working
19 .\" professionally.
20 .\"
21 .\" Formatted or processed versions of this manual, if unaccompanied by
22 .\" the source, must acknowledge the copyright and authors of this work.
23 .\" %%%LICENSE_END
24 .\"
25 .\"*******************************************************************
26 .\"
27 .\" This file was generated with po4a. Translate the source file.
28 .\"
29 .\"*******************************************************************
30 .TH POW10 3 2008\-08\-11 "" "Linux Programmer's Manual"
31 .SH 名前
32 pow10, pow10f, pow10l \- 底が 10 の累乗関数
33 .SH 書式
34 .nf
35 \fB#define _GNU_SOURCE\fP         /* feature_test_macros(7) 参照 */
36 \fB#include <math.h>\fP
37 .sp
38 \fBdouble pow10(double \fP\fIx\fP\fB);\fP
39 .br
40 \fBfloat pow10f(float \fP\fIx\fP\fB);\fP
41 .br
42 \fBlong double pow10l(long double \fP\fIx\fP\fB);\fP
43 .fi
44 .sp
45 \fI\-lm\fP でリンクする。
46 .SH 説明
47 \fBpow10\fP()  関数は 10 の \fIx\fP 乗の値を返す。
48 .SH バージョン
49 これらの関数は glibc バージョン 2.1 で初めて登場した。
50 .SH 準拠
51 これは GNU による拡張である。
52 .SH 注意
53 これらの関数は \fBexp10\fP(3)  でリストされている関数と同一である。
54 .SH 関連項目
55 \fBexp10\fP(3), \fBpow\fP(3)
56 .SH この文書について
57 この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.50 の一部
58 である。プロジェクトの説明とバグ報告に関する情報は
59 http://www.kernel.org/doc/man\-pages/ に書かれている。