Search code examples
Performance implications of long double. Why does C choose 64-bits instead of the hardware's 80-...

performancevisual-c++x86floating-pointlong-double

Read More
How can I convert an integer to CUDA's __half FP16 type, in a constexpr fashion?...

c++floating-pointcudaconstexprhalf-precision-float

Read More
Precision issues when converting double to float...

javafloating-pointdouble

Read More
The maximum value for float64 and complex128 type in Go...

variablesgofloating-point

Read More
Why does math.cos(math.pi/2) not return zero?...

pythonfloating-pointtrigonometrypi

Read More
Why does modulus operator return fractional number in javascript?...

javascriptfloating-pointmodulus

Read More
Why do modern compilers prefer SSE over FPU for single floating-point operations...

cassemblyfloating-pointssex87

Read More
Why isn't atomic double fully implemented...

c++floating-pointatomiccompare-and-swapstdatomic

Read More
Correct Decimal to Floating-Point using Big Integers in Ruby...

rubyfloating-pointdecimal

Read More
How can I convert a string to a number in Perl?...

stringperlfloating-point

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

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

Read More
Why does 0.1 + 0.2 return unpredictable float results in JavaScript while 0.2 + 0.3 does not?...

javascriptfloating-pointprecision

Read More
How do you get the ULP a number with a maximum mantissa value?...

floating-point

Read More
Instruction FYL2XP1...

assemblyx86floating-pointinstructionsx87

Read More
Why can we convert float in binary by multiply 2?...

floating-pointbinaryfloating

Read More
What does gcc's ffast-math actually do?...

performancemathgccfloating-pointfast-math

Read More
In Python, can I round all printed floats with a single command?...

pythonfloating-pointoutputrounding

Read More
What kind of optimizations are included in -funsafe-math-optimizations?...

cgccoptimizationfloating-point

Read More
sin and cos give unexpected results for well-known angles...

c++floating-pointtrigonometrycmath

Read More
bash printf broken for floats...

bashfloating-pointprintf

Read More
Clang float infinity divided by infinity produces different result with optimization flag...

c++floating-pointnanclang++

Read More
Find which equally-sized square contains a given coordinate...

mathfloating-pointrectanglesbignum

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

c#floating-pointtype-conversiondoubledecimal

Read More
Maximum float value in php...

phpfloating-point

Read More
Java Implementation of Math.exp()...

javacfloating-pointexp

Read More
How to parse float with two decimal places in javascript?...

javascriptfloating-point

Read More
Python JSON serialize a Decimal object...

pythonjsonfloating-pointdecimal

Read More
Float values behaving differently across the release and debug builds...

c++cdebuggingfloating-point

Read More
Rounding when ULP 1 - Java and C++...

javac++floating-pointdoubleprecision

Read More
ValueError: could not convert string to float: id...

pythonstringfloating-pointtype-conversionvalueerror

Read More
BackNext