Search code examples
Python JSON serialize a Decimal object...


pythonjsonfloating-pointdecimal

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


pythonparsingfloating-pointtype-conversioninteger

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


mathfloating-pointlanguage-agnosticprecisionfloating-accuracy

Read More
Using "Decimal" in Python with quotes (strings) vs without (floats)...


pythonfloating-pointdecimal

Read More
Number of decimal digits in C...


cfloating-point

Read More
Why does Oracle's internal binary floating-point format invert bits for negative numbers?...


oracle-databasefloating-point

Read More
Why are Javacript number usually precise until an operation is performed, and is it always like this...


javascriptfloating-point

Read More
How can I compute `exp(x)/2` when `x` is large?...


cfloating-pointexphyperbolic-function

Read More
What is a subnormal floating point number?...


c++c++11floating-pointieee-754denormal-numbers

Read More
Different outputs for the same line in C when another line is commented...


cfloating-pointprintfundefined-behaviorformat-specifiers

Read More
How should I do floating point comparison?...


language-agnosticcomparisonfloating-point

Read More
Checking for NaN in clojure...


clojurefloating-pointnan

Read More
Next higher/lower IEEE double precision number...


floating-pointdoubleprecisionieee-754

Read More
How do you round UP a number?...


pythonfloating-pointintegerrounding

Read More
How to get a random number between a float range?...


pythonrandomfloating-point

Read More
Reducing Precision in Doubles in R...


rfloating-point

Read More
What range of numbers can be represented in 16-, 32-, and 64-bit IEEE-754 systems?...


floating-pointprecisionnumericieee-754

Read More
Why does 9007199254740993 != 9007199254740993.0?...


pythonfloating-pointnumberscomparison-operators

Read More
How to convert Decimal to Double in C#?...


c#floating-pointtype-conversiondoubledecimal

Read More
How to round very big float number into x numbers after decimal point in Scheme?...


floating-pointschemerounding

Read More
How does printf("%*.*f") consume arguments and why does it change the output?...


cgccfloating-pointprintf

Read More
SQL statement returning not result...


mysqlfloating-pointcoordinateslatitude-longitude

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