tail head cat sleep
QR code linking to this page

manページ  — LDEXP

名称

ldexp – 浮動小数点数値と 2 の整数累乗関数との乗算

内容

ライブラリ

Standard C Library (libc, -lc)

書式

#include <math.h>

double
ldexp(double x, int exp);

解説

ldexp() 関数は浮動小数点の数値と 2 の整数累乗関数との乗算を行います。

戻り値

ldexp() 関数は、 x と 2 の exp 乗との乗算結果を返します。

計算結果に桁あふれが発生した場合、外部変数 errnoERANGE がセットされ、値 HUGE が返されます。

関連項目

frexp(3), math(3), modf(3)

規格

ldexp() 関数は ISO/IEC 9899:1990 ("ISO C90") に適合しています。

LDEXP (3) April 19, 1994

tail head cat sleep
QR code linking to this page


このマニュアルページサービスについてのご意見は Ben Bullock にお知らせください。 Privacy policy.

Unix’s “power tools” are more like power switchblades that slice off the operator’s fingers quickly and efficiently.
— The Unix Haters' handbook