EXP
Section: Linux Programmer's Manual (3)
Updated: 2002-07-27
Index
JM Home Page
roff page
名前
exp, expf, expl - 底が e の指数関数
書式
#include <math.h>
double exp(double x);
float expf(float x);
long double expl(long double x);
-lm でリンクする。
説明
exp()
関数は e の x 乗の値を返す
(e は自然対数の底)。
準拠
SVr4, 4.3BSD, C89, C99, POSIX.1-2001.
float
版と
long double
版は C99 の要求仕様である。
関連項目
cbrt(3),
cexp(3),
exp10(3),
exp2(3),
sqrt(3)
Index
- 名前
-
- 書式
-
- 説明
-
- 準拠
-
- 関連項目
-
This document was created by
man2html,
using the manual pages.
Time: 04:31:38 GMT, November 19, 2007