D header file for C99.
Boost Software License 1.0. (See accompanying file LICENSE)
Source: core/stdc/_fenv.d
int feclearexcept(int excepts)
int fetestexcept(int excepts)
int feholdexcept(fenv_t * envp)
int fegetexceptflag(fexcept_t * flagp, int excepts)
int fesetexceptflag(const scope fexcept_t * flagp, int excepts)
int fegetround()
int fesetround(int round)
int fegetenv(fenv_t * envp)
int fesetenv(const scope fenv_t * envp)