Search code examples
Division and floating points...


cfloating-pointfloating-accuracy

Read More
Get decimal portion of a number with JavaScript...


javascriptfloating-pointnumbersdecimalrounding

Read More
Why Python returns a false statement when comparing two equal floating point numbers?...


pythonfloating-pointequalitymodulo

Read More
What is the rationale for all comparisons returning false for IEEE754 NaN values?...


floating-pointcomparisonnanieee-754iec10967

Read More
How to multiply by 2^n in assembly with software floating-point?...


assemblyx86floating-pointieee-754exponent

Read More
Single precision argument reduction for trigonometric functions in C...


cfloating-pointprecisionapproximationsingle-precision

Read More
get all decimal places after division...


pythonfloating-pointpython-2.xdivision

Read More
Fastest way to compare a double to exact 0 while both +0.0 or -0.0 are accepted...


c++optimizationfloating-pointcomparisonzero

Read More
Approximating cosine on [0,pi] using only single precision floating point...


cfloating-pointtrigonometryapproximationsingle-precision

Read More
Comparing two Double variables with -eq/-ne does not validate if number is greater than 2 digits...


powershellvariablesfloating-pointcomparisonequality

Read More
How to generate random float number in C...


crandomfloating-point

Read More
GCC Handling Float comparison differently at different Optimization Levels...


linuxgccfloating-pointequalitymantissa

Read More
VBA Comparison Operator (Not Equal) is partially not recognizing equal values...


vbafloating-pointcomparisonoperator-keywordequality

Read More
Does P3505R4 require 1e-4f to be formatted as "1e-4" while 1e-4 to be formatted as "0...


c++floating-pointlanguage-lawyerfloating-point-conversionc++29

Read More
Is this floating-point thermistor beta equation robust?...


cfloating-pointphysics

Read More
The fast floating-point model is broken on the next generation Intel compiler...


c++floating-pointicccompiler-flagsicx

Read More
PHP does not find two equal numbers to be equal? bug?...


phpvariablesfloating-pointequality

Read More
Double's multiplication is less precise than float's one...


c++floating-pointdoubleroundingprecision

Read More
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
BackNext