exp10

Autres langues

Langue: ja

Autres versions - même langue

Version: 2002-07-27 (fedora - 25/11/07)

Section: 3 (Bibliothèques de fonctions)

名前

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)