Search code examples
Error 207 occurs without a reason (invalid floating point operation.)...


floating-pointruntime-errorpascalexponentturbo-pascal

Read More
python comma separate values by thousands without trailing zeros...


pythondjangofloating-pointnumber-formattingdecimal-point

Read More
What is the difference between iszero(x) and x == 0 for floating types?...


cfloating-pointmath.hc23

Read More
Why does "dtoa.c" contain so much code?...


c#javascriptcfloating-pointecma262

Read More
What is the difference between fmax, fmaximum, and fmaximum_num, and which one should I use?...


cfloating-pointmaxc23

Read More
diverging std::atan2's unit of least precision...


c++mathfloating-pointatan2

Read More
Does std::to_chars ever really disambiguate using round_to_nearest?...


c++floating-pointlanguage-lawyerprecisionstringification

Read More
How do I convert userdata to a uint32 or float?...


floating-pointluauint32

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


cfloating-point

Read More
How to calculate largest float smaller than input integer in C#?...


c#unity-game-enginemathfloating-pointmono

Read More
How can I convert a f64 to f32 and get the closest approximation and the next greater or smaller val...


rustfloating-point

Read More
Limit the amount of number shown after a decimal place in javascript...


javascriptfloating-pointdecimallimit

Read More
How do I check if a string represents a number (float or int)?...


pythoncastingfloating-pointtype-conversioninteger

Read More
Accurate sqrt(1 + (x/2)^2) + x/2...


floating-pointlanguage-agnosticnumericnumerical-computing

Read More
swapping "endianness" of floats and doubles...


c++floating-point

Read More
How to separate float into an integer and a fractional part?...


cfloating-point

Read More
Extracting mantissa and exponent from double in c#...


c#.netfloating-point

Read More
Printing very large floating point numbers...


c++cfloating-pointstandardsprintf

Read More
Python 3 int division operator is returning a float?...


pythonpython-3.xfloating-pointintegerdivision

Read More
Extended (80-bit) double floating point in x87, not SSE2 - we don't miss it?...


x86floating-pointssesse2x87

Read More
Why are are so many float/double values reserved for NaN?...


floating-pointnanieee-754

Read More
Invalid Operation with Arm64 fcmp and simd...


assemblyfloating-pointsimdarm64neon

Read More
Can a near-zero floating value cause a divide-by-zero error?...


c++cfloating-pointdivide-by-zero

Read More
Is there a C++ function that returns exactly the value of the built-in CPU operation RSQRTSS for inv...


c++x86floating-pointssesqrt

Read More
Convert floats to ints in Pandas?...


pythonpandasdataframefloating-pointinteger

Read More
Parsing of small floats with std::istream...


c++c++11floating-pointlanguage-lawyeriostream

Read More
Strange output in comparison of float with float literal...


c++cfloating-pointprecision

Read More
Modern practice to compare double/float for equality in modern C++...


c++c++11floating-point

Read More
Floating point versus fixed point: what are the pros/cons?...


c++cfloating-pointprocessorfixed-point

Read More
PHP microtime() conversion to microseconds...


phpfloating-pointnumbersprecisionmicrotime

Read More
BackNext