Search code examples
Do FMA (fused multiply-add) instructions always produce the same result as a mul then add instructio...


assemblyfloating-pointx86fma

Read More
How to compare floats for almost-equality in Python?...


pythonfloating-pointcomparisonapproximateinexact-arithmetic

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


cfloating-pointrounding

Read More
What is the maximum length in chars needed to represent any double value?...


c++cfloating-point

Read More
Ranges of floating point datatype in C?...


cfloating-pointieee-754

Read More
'printf' a float value in C...


cfloating-point

Read More
PHP bug? When I subtract x.01 from x.02 where x >= 64 I get 0.00999999999999...


phpfloating-pointnumbers

Read More
How do I parse a string to a float or int?...


pythonparsingfloating-pointtype-conversioninteger

Read More
Why is there no 2-byte float and does an implementation already exist?...


c++floating-point16-bithalf-precision-float

Read More
Comparing two matrices in Matlab...


matlabcomparisonfloating-pointmatrix

Read More
Why is "long double" type of a variable producing absurd output while "float" an...


cfloating-pointdoublefloating-accuracylong-double

Read More
A more accurate data type than float or double?...


c++floating-pointfloating-accuracydecimal

Read More
C/C++ optimization: negate doubles fast...


c++coptimizationfloating-point

Read More
How to efficiently check whether a half-precision value is finite, in CUDA?...


floating-pointcudahalf-precision-float

Read More
Operations on "double" and optimization in C...


cvisual-studiofloating-pointieee-754x87

Read More
How many digits can float8, float16, float32, float64, and float128 contain?...


pythonnumpyfloating-pointprecision

Read More
How to perform unittest for floating point outputs?...


pythonfloating-pointprecisionpython-unittest

Read More
Can anyone explain this floating point weirdness to me?...


c#.netfloating-pointprecisionieee-754

Read More
Why does Math.cbrt(1728) produce a more accurate result than Math.pow(1728, 1/3)?...


javascriptfloating-point

Read More
Why is numpy's sine function so inaccurate at some points?...


pythonnumpyfloating-point

Read More
gcc precision bug?...


gccfloating-pointprecisionieee-754

Read More
Fast integer sqrt using Math.Sqrt...


c#algorithmfloating-pointdeterministic

Read More
How is float variable auto-promoted to double type?...


cfloating-pointdoubleieee-754type-promotion

Read More
Avoiding negative values in C++...


c++mathfloating-point

Read More
Floating-point optimizations - guideline...


c++optimizationfloating-pointgslscientific-computing

Read More
float32 between (0, 1) optimization for wireless transmission...


optimizationtypesfloating-pointmathematical-optimizationfixed-point

Read More
Kotlin - Converting Float to Double while maintaining precision...


kotlinfloating-point

Read More
Creating a fixed length output string with sprintf containing floats...


cfloating-pointprintffixed-length-record

Read More
Why doesn't .NET define smaller Decimal types?...


.netfloating-point

Read More
Why/when to use floats instead of BigDecimal...


floating-pointbigdecimal

Read More
BackNext