- feclearexcept
void feclearexcept(int excepts)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fegetenv
void fegetenv(fenv_t* envp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fegetexceptflag
void fegetexceptflag(fexcept_t* flagp, int excepts)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fegetround
int fegetround()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- feholdexcept
int feholdexcept(fenv_t* envp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- feraiseexcept
void feraiseexcept(int excepts)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fesetenv
void fesetenv(fenv_t* envp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fesetexceptflag
void fesetexceptflag(fexcept_t* flagp, int excepts)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fesetround
int fesetround(int round)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fetestexcept
int fetestexcept(int excepts)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- feupdateenv
void feupdateenv(fenv_t* envp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
D header file for C99.