fenv_t(3type) — Linux manual page

NAME | LIBRARY | SYNOPSIS | DESCRIPTION | STANDARDS | HISTORY | SEE ALSO

fenv_t(3type)                                              fenv_t(3type)

NAME         top

       fenv_t, fexcept_t - floating-point environment

LIBRARY         top

       Standard C library (libc)

SYNOPSIS         top

       #include <fenv.h>

       typedef /* ... */ fenv_t;
       typedef /* ... */ fexcept_t;

DESCRIPTION         top

       fenv_t represents the entire floating-point environment,
       including control modes and status flags.

       fexcept_t represents the floating-point status flags
       collectively.

       For further details see fenv(3).

STANDARDS         top

       C11, POSIX.1-2008.

HISTORY         top

       C99, POSIX.1-2001.

SEE ALSO         top

       fenv(3)

Linux man-pages (unreleased)     (date)                    fenv_t(3type)