Search code examples
How come all floating-point numbers can be represented in decimal?...


floating-pointieee-754

Read More
Why is floating point arithmetic in C# imprecise?...


c#floating-point

Read More
In floating point math, is it always true that (x / y) * y == x, if x and y are exactly representabl...


floating-point

Read More
Encountering a TypeError: can't multiply sequence by non-int of type 'float' when creati...


pythonwhile-loopfloating-pointtypeerrorstochastic-gradient

Read More
bitwise casting uint32_t to float in C/C++...


c++castingfloating-pointtype-punning

Read More
JavaScript seems to be doing floating point wrong (compared to C)...


javascriptcfloating-pointfloating-accuracy

Read More
kotlin rem operator doesn't give me correct answer...


kotlinfloating-pointoperatorsprecision

Read More
Coding in Python - floating number in series...


floating-point

Read More
html/template is not showing a float value with e+07 notation in exact decimal places...


gofloating-pointgo-templates

Read More
How do I overload `float()` for a custom class?...


pythonfloating-pointoperator-overloadingoverloading

Read More
Why is the precision of numpy output different each time?...


numpyfloating-pointdecimalprecisionbit

Read More
Most idiomatic way to convert a Float value to a string without a decimal point in Kotlin...


kotlinmathfloating-point

Read More
Extract type of object inside quotation marks...


pythonstringlisttypesfloating-point

Read More
round() for float in C++...


c++floating-pointrounding

Read More
What purpose is the lookup table serving in this code?...


cfloating-pointpointer-arithmeticsquare-rootelementary-functions

Read More
How to perform a bitwise operation on floating point numbers...


c++floating-pointgenetic-algorithmbitwise-operators

Read More
Formatting floating point number in Python with padding of 0s...


pythonfloating-point

Read More
Answer is always coming 0 regardless of parameters...


cfunctionfloating-pointtrigonometry

Read More
Why is 8099.99975f != 8100f?...


javafloating-pointieee-754single-precision

Read More
assembly-time evaluation of floating-point expressions...


assemblyx86floating-pointexpressiontasm

Read More
Why exactly using of a floating-point arithmetic in an integer constant expression is invalid?...


cfloating-pointlanguage-lawyerc11constant-expression

Read More
Numerical Stability - does Multiply/Divide give a more precise value than Divide/Multiply?...


floating-pointprecisionfloating-accuracynumerical-stability

Read More
Force point and not comma for floating point in Qt...


c++qtfloating-point

Read More
What is the minimum number of floating-point operations needed to get a one-cent error when computin...


floating-pointprecisioncurrency

Read More
Why this unexpected output when converting Vector3[] to Byte[] and back using BitConverter?...


c#arraysfloating-pointbytebitconverter

Read More
Selenium execute_script sending float number in scientific notation...


pythonseleniumselenium-webdriverfloating-pointexecute-script

Read More
Could rounding error occurs in the addition between float and an associative addition of integer?...


floating-pointrounding-errorassociativity

Read More
"==" operator seeems not to work for floating point numbers...


cif-statementfloating-pointcomparison-operators

Read More
How can I handle precision error with float in Java?...


javafloating-pointprecision

Read More
This problem sounds more basic than it acutallly is -- in pinescript I want to fill between two diff...


plotfloating-pointpine-scriptoffsetfill

Read More
BackNext