Search code examples
How to avoid `std::to_string()` making a very small double number to 0?...


c++floating-pointdoublec++14tostring

Read More
What is the error of trigonometric instructions on x86?...


mathx86floating-pointtrigonometryx87

Read More
How do I print the half-precision / bfloat16 values from in a (binary) file?...


command-linefloating-pointbinary-datahalf-precision-floatbfloat16

Read More
pytorch bfloat16 epsilon subtraction results in the same result...


pytorchfloating-pointprecisionbfloat16

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


pythonparsingfloating-pointtype-conversioninteger

Read More
How to determine w/o conversions that a given floating constant can be represented?...


cfloating-pointconstantsc11c17

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