fenv_t

Section: Misc. Reference Manual Pages (3type)
Updated: 2022-10-30
Index Return to Main Contents
 

NAME

fenv_t, fexcept_t - floating-point environment  

LIBRARY

Standard C library (libc)  

SYNOPSIS

#include <fenv.h>

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

DESCRIPTION

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

C99 and later; POSIX.1-2001 and later.  

SEE ALSO

fenv(3)


 

Index

NAME
LIBRARY
SYNOPSIS
DESCRIPTION
STANDARDS
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 09:05:48 GMT, May 18, 2024