Search code examples
Difference between decimal, float and double in .NET?...


.netfloating-pointdoubledecimal

Read More
Does any floating point-intensive code produce bit-exact results in any x86-based architecture?...


cx86floating-pointieee-754fast-math

Read More
Example of Code with and without strictfp Modifier...


javafloating-pointprecisionieee-754strictfp

Read More
Python Floating-Point Arithmetic comparison...


pythonfloating-point

Read More
Format floating-point numbers with sed to equal precision - add trailing zeros...


bashsedfloating-pointprecisionfloating-accuracy

Read More
Is "banker's rounding" really more numerically stable?...


floating-pointlanguage-agnosticroundingfloating-accuracybankers-rounding

Read More
Whats the smallest de-/normalized number greater than 1?(64bit)...


floating-pointbinaryfloating-accuracyieee-754denormalization

Read More
complex multiplication / divison with infinity and nan...


mathfloating-pointieee-754complex-numbers

Read More
How to check if C++ compiler uses IEEE 754 floating point standard...


c++floating-pointieee-754

Read More
Can I convert a string to float with a minimum decimal point precision value?...


c++floating-point

Read More
Why is this result more accurate than another result by equivalent functions...


pythonfloating-pointprecision

Read More
What are the optimizations facilitated by -ffinite-math-only?...


gccoptimizationfloating-point

Read More
Why float division is faster than integer division in c++?...


performancec++11x86floating-pointdivision

Read More
Convert "float" to bytes in Javascript without Float32Array...


javascriptfloating-pointtype-conversion

Read More
What does floating point error -1.#J mean?...


c++cfloating-pointprintf

Read More
Is there a function to round a float in C or do I need to write my own?...


cfloating-pointrounding

Read More
Generate random number between 0.1 and 1.0. Python...


pythonrandomfloating-point

Read More
Numpy error: underflow encountered in exp...


pythonnumpyerror-handlingfloating-point

Read More
Find average of last n floats in a stream in O(1)...


javaalgorithmstreamfloating-pointieee-754

Read More
Convert float to string in php?...


phpstringfloating-pointtype-conversion

Read More
Does float have a negative zero? (-0f)...


floating-pointlanguage-agnosticnegative-zero

Read More
'float' vs. 'double' precision...


cfloating-point

Read More
PHP - Floating Number Precision...


phpfloating-pointprecisionfloating-accuracy

Read More
How do I convert an array of floats to a byte[] and back?...


c#.netfloating-pointarraysendianness

Read More
sin() returns a slightly different results for the different platforms...


cfloating-point

Read More
Why not use Double or Float to represent currency?...


floating-pointlanguage-agnosticcurrency

Read More
Why is the exponent in a denormalized float E = 1 - bias?...


floating-pointbitdenormalized

Read More
Comparing double with literal value in C gives different results on 32 bit machines...


cgccx86floating-point32bit-64bit

Read More
C++ Unexpected behaviour in floating-point operation...


c++floating-point

Read More
How can I use a HashMap with f64 as key in Rust?...


floating-pointhashmaprust

Read More
BackNext