fenv_t

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. struct fenv_t
  2. struct fenv_t
  3. alias fenv_t = uint
  4. struct fenv_t
    version(!Win32 && !linux && darwin && LittleEndian)
    extern (C)
    struct fenv_t {}
  5. struct fenv_t
  6. struct fenv_t

Members

Variables

__control
ushort __control;
Undocumented in source.
__mxcsr
uint __mxcsr;
Undocumented in source.
__reserved
byte[8] __reserved;
Undocumented in source.
__status
ushort __status;
Undocumented in source.

Meta