1fenv_t(3type) fenv_t(3type)
2
3
4
6 fenv_t, fexcept_t - floating-point environment
7
9 Standard C library (libc)
10
12 #include <fenv.h>
13
14 typedef /* ... */ fenv_t;
15 typedef /* ... */ fexcept_t;
16
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
26 C11, POSIX.1-2008.
27
29 C99, POSIX.1-2001.
30
32 fenv(3)
33
34
35
36Linux man-pages 6.05 2023-03-30 fenv_t(3type)