]> git.ipfire.org Git - thirdparty/man-pages.git/blame - man3type/fenv_t.3type
All pages: Remove the 5th argument to .TH
[thirdparty/man-pages.git] / man3type / fenv_t.3type
CommitLineData
b4ba165d
AC
1.\" Copyright (c) 2020-2022 by Alejandro Colomar <colomar.6.4.3@gmail.com>
2.\" and Copyright (c) 2020 by Michael Kerrisk <mtk.manpages@gmail.com>
3.\"
5fbde956 4.\" SPDX-License-Identifier: Linux-man-pages-copyleft
b4ba165d
AC
5.\"
6.\"
45186a5d 7.TH FENV_T 3type 2021-11-02 "Linux man-pages (unreleased)"
4b76cbce 8.SH NAME
b8e0d143 9fenv_t, fexcept_t \- floating-point environment
67706947
AC
10.SH LIBRARY
11Standard C library
12.RI ( libc )
4b76cbce
AC
13.SH SYNOPSIS
14.nf
15.B #include <fenv.h>
16.PP
17.BR typedef " /* ... */ " fenv_t;
b8e0d143 18.BR typedef " /* ... */ " fexcept_t;
4b76cbce
AC
19.fi
20.SH DESCRIPTION
b8e0d143
AC
21.I fenv_t
22represents the entire floating-point environment,
23including control modes and status flags.
24.PP
25.I fexcept_t
26represents the floating-point status flags collectively.
27.PP
28For further details see
4b76cbce 29.BR fenv (3).
3113c7f3 30.SH STANDARDS
4b76cbce
AC
31C99 and later; POSIX.1-2001 and later.
32.SH SEE ALSO
33.BR fenv (3)