Skip to main content

Module _fenv

Module _fenv 

Source
Expand description

Structs§

fenv_t
See https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/fenv.h.html.

Constants§

FE_ALL_EXCEPT
See https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/fenv.h.html.
FE_TONEAREST
See https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/fenv.h.html.

Functions§

feclearexcept
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/feclearexcept.html.
fegetenv
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/fegetenv.html.
fegetexceptflag
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/fegetexceptflag.html.
fegetround
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/fegetround.html.
feholdexcept
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/feholdexcept.html.
feraiseexcept
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/feraiseexcept.html.
fesetenv
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/fesetenv.html.
fesetexceptflag
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/fesetexceptflag.html.
fesetround
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/fegetround.html.
fetestexcept
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/fetestexcept.html.
feupdateenv
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/feupdateenv.html.

Type Aliases§

fexcept_t
See https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/fenv.h.html.