std.c.fenv
C の <
fenv.h>
Source:std/c/fenv.d
Authors:
Walter Bright, Digital Mars, www.digitalmars.com
License:
Public Domain
- 浮動小数点演算環境の全体
- 浮動小数点演算のステータスフラグ
- 全ての例外をマスク
- デフォルトの浮動小数点演算環境
int
fetestexcept(int
excepts);
int
feraiseexcept(int
excepts);
int
feclearexcept(int
excepts);
int
fesetround(int
round);
int
fegetenv(fenv_t*
envp);
int
fesetenv(in fenv_t*
envp);
int
fegetexceptflag(int*
flagp, int
excepts);
int
fesetexceptflag(in int*
flagp, int
excepts);
int
feholdexcept(fenv_t*
envp);
int
feupdateenv(in fenv_t*
envp);