tango.stdc.fenv

D header file for C99.

Members

Aliases

__fex_handler_t
alias __fex_handler_t = __fex_handler_struct[12]
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fenv_t
alias fenv_t = uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fexcept_t
alias fexcept_t = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fexcept_t
alias fexcept_t = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fexcept_t
alias fexcept_t = uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fexcept_t
alias fexcept_t = ushort
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fexcept_t
alias fexcept_t = ushort
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fexcept_t
alias fexcept_t = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

FE_INVALID
anonymousenum FE_INVALID
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

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.

Structs

__fex_handler_struct
struct __fex_handler_struct
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fenv_t
struct fenv_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fenv_t
struct fenv_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fenv_t
struct fenv_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fenv_t
struct fenv_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
fenv_t
struct fenv_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Variables

FE_DFL_ENV
fenv_t* FE_DFL_ENV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FE_DFL_ENV
fenv_t* FE_DFL_ENV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FE_DFL_ENV
fenv_t* FE_DFL_ENV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FE_DFL_ENV
fenv_t* FE_DFL_ENV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FE_DFL_ENV
fenv_t* FE_DFL_ENV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta

License

Public Domain

Standards

ISO/IEC 9899:1999 (E)

Authors

Sean Kelly, Walter Bright