Search code examples
Why does 1.0/100.0 == 0.1/10.0 give True?...

pythoncfloating-point

Read More
How to convert a FloatingPoint-conforming value to a CGFloat?...

swifttypesfloating-point

Read More
How to get the sign, mantissa and exponent of a floating point number...

cfloating-pointemulation

Read More
Why does (360 / 24) / 60 = 0 ... in Java...

javafloating-pointdivision

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

cfloating-pointexphyperbolic-function

Read More
Avoiding denormal values in C++...

c++floating-pointperformance

Read More
Forcing 64-bit long doubles?...

cfloating-pointclangarm64musl

Read More
IEEE Floating Point Numbers: Are they not "precise"? (read: well-defined)...

sql-serverfloating-point

Read More
Floating point vs integer calculations on modern hardware...

c++x86floating-pointx86-64cpu-architecture

Read More
Is "banker's rounding" really more numerically stable?...

floating-pointlanguage-agnosticroundingfloating-accuracybankers-rounding

Read More
Comparing double with literal value in C gives different results on 32 bit machines...

cgccx86floating-point32bit-64bit

Read More
What is the best way to determine if a given number is a power of two?...

javascriptfloating-point

Read More
JavaScript and Dealing with Floating Point Determinism...

javascriptfloating-pointpointmultiplayer

Read More
Why does calling pow() in different contexts sometime yield different results?...

cfloating-point

Read More
Problems casting NAN floats to int...

cfloating-pointnan

Read More
How do I use floating-point arithmetic in bash?...

bashfloating-pointarithmetic-expressions

Read More
Small difference in Python computations...

pythonarraysnumpyfloating-point

Read More
Compare floating point numbers as integers...

cfloating-pointcomparison

Read More
Floating Point numbers on VAX machine...

floating-pointreverse-engineeringieee-754floatingvax

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

c++cfloating-pointdouble-precision

Read More
sorting list of decimals in python...

pythonlistsortingfloating-point

Read More
Is ftol and gtol needed in scipy.optimize.minimize is it proper to give it a very low value?...

python-3.xscipyfloating-pointscipy-optimizescipy-optimize-minimize

Read More
Is using increment (operator++) on floats bad?...

c++floating-pointincrement

Read More
Sort IEEE 754 floats in total order...

c++floating-pointcomparison

Read More
Reduce the amount of decimals positions using bash printf without rounding...

bashfloating-pointprintf

Read More
Is Math.sqrt(x) and Math.pow(x, 0.5) equivalent?...

javascriptfloating-pointieee-754math-functions

Read More
why does it give me "inf" and just same value when increasing floating value?...

cfloating-point

Read More
Is it always true that x * y = ((x * y) / y) * y under IEEE 754 semantics?...

floating-pointieee-754

Read More
Pytorch Convolution Network: problem with floating point type...

pythonpytorchfloating-point

Read More
Convert float to string with precision & number of decimal digits specified?...

c++stringfloating-point

Read More
BackNext