List Question
15 TechQA 2021-09-28T16:37:08.187000Does C standard's FE_TONEAREST rounding mode guarantee that halfway ties are rounded to even?
323 views
Asked by Benjie
Why is fetestexcept in C++ compiled to a function call rather than inlined
284 views
Asked by Ikaros
C++ setting floating point exception environment
1.5k views
Asked by bartgol
How to raise different floating point exceptions in C?
502 views
Asked by FrackeR011
How are traps generated for floating point exceptions?
2.1k views
Asked by FrackeR011
Using fenv.h in MinGW
640 views
Asked by Konstantin Isupov
Does FENV_ACCESS pragma exist in C++11 and higher?
1k views
Asked by Ruslan
Can feenableexcept hurt a program performance?
228 views
Asked by Thomas Moulard
Adding two floating-point numbers
2.2k views
Asked by Pascal Cuoq
fegetenv() clears exception mask on x86_64-linux
172 views
Asked by F'x
Why am I generating an undefined reference to _fe_dfl_env in 64-bit Cygwin
520 views
Asked by Aron Ahmadia
Floating point exceptions - gcc bug?
2.6k views
Asked by R.. GitHub STOP HELPING ICE
What is the use of feholdexcept etc.?
448 views
Asked by R.. GitHub STOP HELPING ICE
C99 fenv.h for MS compilers
929 views
Asked by defube