Search code examples
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
Sort multiple NSArray at the same time - iOS...


objective-csortingfloating-pointnsarraycomparator

Read More
Product of two exact represented doubles. Is exact?...


javafloating-point

Read More
Purpose of struct.unpack...


pythonstructfloating-pointbinaryunpack

Read More
Python round a float to nearest 0.05 or to multiple of another float...


pythonfloating-pointroundingrounding-error

Read More
Why fmt.Println formats float64 values with different number of decimal places differently?...


gofloating-pointstring-formatting

Read More
Is there a reliable way in JavaScript to obtain the number of decimal places of an arbitrary number?...


javascriptfloating-pointdecimalprecisionfractions

Read More
Extract fractional part of double *efficiently* in C...


cfloating-pointdoublemicro-optimizationbit-manipulation

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


bashfloating-pointarithmetic-expressions

Read More
Is sys.float_info machine specific?...


pythonfloating-point

Read More
Is floating point expression contraction allowed in C++?...


c++floating-pointlanguage-lawyerfma

Read More
Double floating point operations using four IEEE rounding modes implemented in terms of round to nea...


javascriptchashfloating-pointwebassembly

Read More
How to convert torch tensor to float?...


pythonpytorchfloating-pointtype-conversiontensor

Read More
What is the maximum precision of the double and float datatypes in MySQL...


mysqlfloating-pointdoublesqldatatypes

Read More
Javascript float comparison...


javascriptfloating-pointnumberscomparison

Read More
Does the sign affect the precision and accuracy of floating point numbers?...


c++floating-pointprecision

Read More
BackNext