1fenv_t(3type)                                                    fenv_t(3type)
2
3
4

NAME

6       fenv_t, fexcept_t - floating-point environment
7

LIBRARY

9       Standard C library (libc)
10

SYNOPSIS

12       #include <fenv.h>
13
14       typedef /* ... */ fenv_t;
15       typedef /* ... */ fexcept_t;
16

DESCRIPTION

18       fenv_t represents the entire floating-point environment, including con‐
19       trol modes and status flags.
20
21       fexcept_t represents the floating-point status flags collectively.
22
23       For further details see fenv(3).
24

STANDARDS

26       C11, POSIX.1-2008.
27

HISTORY

29       C99, POSIX.1-2001.
30

SEE ALSO

32       fenv(3)
33
34
35
36Linux man-pages 6.04              2023-03-30                     fenv_t(3type)
Impressum