Wednesday, November 30, 2016

C Floating-point Environment Functions

Environment Functions:
*envp - pointer to the object of type fenv_t which holds the status of the floating-point environment
fegetenv(C99) int fegetenv(fenv_t *envp);
fesetenv(C99) int fesetenv(const fenv_t *envp);
feholdexcept(C99) int feholdexcept(fenv_t *envp);
feupdateenv(C99) int feupdateenv(const fenv_t *envp);

fenv.h
Floating-point Exceptions Functions
Floating-point Rounding Functions
Floating-point Environment Functions


Related topics:
Library Functions in C   |   Standard Library in C   |   Header Files in C   |   Functions in C   |   Keywords in C   |   Data Types in C   |   Pointers in C

List of topics: C Programming

No comments:

Post a Comment