EXP10
Section: Linux Programmer's Manual (3)
Updated: 2002-07-27
Index
JM Home Page
roff page
名前
exp10, exp10f, exp10l - 底が 10 の指数関数
書式
#define _GNU_SOURCE
#include <math.h>
double exp10(double x);
float exp10f(float x);
long double exp10l(long double x);
-lm でリンクする。
説明
exp10()
関数は 10 の x 乗の値を返す。
準拠
この関数は GNU による拡張である。
関連項目
cbrt(3),
exp(3),
exp2(3),
sqrt(3),
feature_test_macros(7)
Index
- 名前
-
- 書式
-
- 説明
-
- 準拠
-
- 関連項目
-
This document was created by
man2html,
using the manual pages.
Time: 04:31:38 GMT, November 19, 2007