List Question
20 TechQA 2024-03-26T09:10:06.397000Example of Code with and without strictfp Modifier
32 views
Asked by Lexoid
decimal128 ieee 754 combination/exponent
23 views
Asked by markt1964
How does floating-point addition work in "np.finfo(np.float64).max + 1"?
50 views
Asked by zell
Sign of result of addition in floating point arithmetic
49 views
Asked by regina
How much accuracy is lost due to representing time as a IEEE 754 binary64 number?
38 views
Asked by KamilCuk
Perl and sub-normal floating-point zeros
103 views
Asked by U. Windl
Determining the Upper Limit of Math.random() Output in Java
73 views
Asked by Brian Giroux
Explanation of Rounding of two Ieee754 numbers
37 views
Asked by Jacob Bauer
My Floating-point problem - Trial in C++/Python
164 views
Asked by ConventionalProgrammer
Does Python not follow IEEE-754 in case of division by zero?
187 views
Asked by QuantumWiz
Troubleshooting FP8 Conversion Discrepancy from Float32
46 views
Asked by Daniel David
Do all C compilers implicitly drop the fractional when converting floating point to integer?
108 views
Asked by Oh Fiveight
How do I check if a CPU's FPU is IEEE754 compliant?
38 views
Asked by MegrajChauhan
Subtracting two Ieee754 numbers and I am not getting the correct result
54 views
Asked by Jacob Bauer
Delphi IEEE754 (80) binary to Java Bigdecimal
64 views
Asked by xinle shan
Confusing IEEE-754 Subnormal/Normal: why FLT_MIN is bigger than 1.40e-45?
37 views
Asked by nowox
Unexpected Output While std::cout float32 data twice, which previously swapped by _mm_shuffle_pi16
109 views
Asked by KSroido
How to safely do floating point arithmetic in C
177 views
Asked by DuckHunterZx
Clarification on IEEE 754 rounding to nearest, ties to even
116 views
Asked by Benjamin Owen