Search code examples
How to compare floats for almost-equality in Python?...


pythonfloating-pointcomparisonapproximateinexact-arithmetic

Read More
converting text in file to float...


c++stringfloating-pointnumbers

Read More
Converting a number to IEEE 754...


mathfloating-pointbinaryieee-754calculation

Read More
Why is NaN not equal to NaN?...


floating-pointlanguage-agnosticnanieee-754

Read More
What are the differences between the two lerp functions?...


cmathfloating-pointlinear-interpolationlerp

Read More
PHP how to convert number exponential number to string?...


phpstringfloating-pointnumber-formattingexponential

Read More
Formatting a float to 2 decimal places...


c#variablesfloating-pointdecimal

Read More
How to use expr on float?...


bashfloating-pointroundingfixed-point

Read More
How can I test for negative zero?...


c#.netfloating-point

Read More
Decomposing Double into sign, mantissa and exponent in swift: check my work...


swiftfloating-pointdouble

Read More
Prevent round off in String.format("%.2f", doubleValue) in Java...


javastringfloating-pointformat

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


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

Read More
Semantics of the VMLA ARM instruction...


floating-pointarmneon

Read More
How do I round a number in JavaScript?...


javascriptfloating-pointnumbersrounding

Read More
IEEE floating-point rounding in C...


cfloating-pointroundingc99ieee-754

Read More
How many floating-point types are there in C?...


ctypesfloating-pointdecimal

Read More
C convert floating point to int...


ccastingfloating-pointinttype-conversion

Read More
Minimum / Maximum numbers that can be represented in floating point...


floating-pointprecisionlimitminieee-754

Read More
Is floating-point math broken?...


mathfloating-pointlanguage-agnosticprecisionfloating-accuracy

Read More
surprising behaviour for numpy float16 when testing equality...


pythonnumpyfloating-point

Read More
Encoding data in an 8-bit float (cg)...


graphicsencodingfloating-pointcgrgba

Read More
Haskell minimum/maximum Double Constant...


haskellfloating-pointconstants

Read More
Obtaining bit representation of a float in C...


cfloating-pointbit-manipulation

Read More
How to suppress scientific notation when printing float values?...


pythonfloating-point

Read More
long double vs double...


c++floating-pointlong-double

Read More
How to format a float in javascript?...


javascriptfloating-point

Read More
I implemented my own square root function in c++ to get precision upto 9 points but it's not wor...


c++floating-pointprecisionsqrt

Read More
Less than or equal to operator for numpy floating points?...


pythonnumpyfloating-point

Read More
How can I convert a string to a number in Perl?...


stringperlfloating-point

Read More
How does SQL Server store integer values of over 2^24 in a FLOAT(53) column?...


sql-serverfloating-pointfloating-accuracy

Read More
BackNext