Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
実際のアプリケーションでは、関数 ldexp() を何に使用するのか疑問に思っていました。
これは説明です:
x (仮数) に 2 を exp (指数) で累乗した結果を返します。
ldexpとその双対frexpは、浮動小数点数の仮数と指数を扱います。これらは、直接ビット操作を行わずに内部表現を取得する方法を提供します。