LDEXP
Section: Linux Programmer's Manual (3)
Updated: 2004-10-31
Index
JM Home Page
roff page
名前
ldexp, ldexpf, ldexpl - 浮動小数点実数と 2 の整数乗を乗算する。
書式
#include <math.h>
double ldexp(double x, int exp);
float ldexpf(float x, int exp);
long double ldexpl(long double x, int exp);
-lm でリンクする。
説明
ldexp()
関数は、浮動小数点実数
x
と 2 の
exp
乗との積の結果を返す。
準拠
SVr4, 4.3BSD, C89.
float
版と
long double
版は C99 の要求仕様である。
関連項目
frexp(3),
modf(3),
scalb(3)
Index
- 名前
-
- 書式
-
- 説明
-
- 準拠
-
- 関連項目
-
This document was created by
man2html,
using the manual pages.
Time: 04:31:49 GMT, November 19, 2007