POW10
Section: Linux Programmer's Manual (3)
Updated: 2008-08-11
Index
JM Home Page
roff page
 
名前
pow10, pow10f, pow10l - 底が 10 の累乗関数
 
書式
#define _GNU_SOURCE
#include <math.h>
double pow10(double x);
float pow10f(float x);
long double pow10l(long double x);
-lm でリンクする。
 
説明
pow10()
関数は 10 の x 乗の値を返す。
 
バージョン
これらの関数は glibc バージョン 2.1 で初めて登場した。
 
準拠
これは GNU による拡張である。
 
注意
これらの関数は
exp10(3)
でリストされている関数と同一である。
 
関連項目
exp10(3),
pow(3),
feature_test_macros(7)
 Index
- 名前
- 
- 書式
- 
- 説明
- 
- バージョン
- 
- 準拠
- 
- 注意
- 
- 関連項目
- 
This document was created by
man2html,
using the manual pages.
Time: 03:26:51 GMT, April 25, 2010