Search code examples
Python float formatting - like "g", but with more digits...


pythonformattingfloating-point

Read More
When does appending an 'f' change the value of a floating constant when assigned to a `float...


cfloating-point

Read More
How can I encode two numbers in a single Integer?...


c#javascript.netfloating-pointbitmask

Read More
What is the difference between casting to `float` and adding `f` as a suffix when initializing a `fl...


ccastingfloating-point

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


cfloating-pointphysics

Read More
Break on NaNs or infs...


c++exceptionfloating-pointnumericalnan

Read More
Why does a float variable stop incrementing at 16777216?...


c#floating-point

Read More
What operations and functions on +0.0 and -0.0 give different arithmetic results?...


cfloating-point

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