Search code examples
Hexadecimal floating point literals...

c++floating-pointhex

Read More
Convert hex float to decimal and vice versa, non-exponential representation...

pythonfloating-pointhex

Read More
Why does C# allow dividing a non-zero number by zero in floating-point type?...

c#floating-pointdivide-by-zero

Read More
Custom Review star images not showing properly...

swiftfor-loopfloating-pointuiimageview

Read More
How to check the Rest in a Floating point division in MIPS?...

floating-pointmipsdivision

Read More
Is there any risk of using float variables as loop counters and their fractional increment/decrement...

cloopsfloating-pointprecisionloop-counter

Read More
How can I detect lost of precision due to rounding in both floating point addition and multiplicatio...

cfloating-pointroundingnumerical-methodsunderflow

Read More
What is a bfloat16_t in the C++23 standard?...

c++floating-pointc++23

Read More
Machine Epsilon in Python...

pythonnumpyfloating-pointprecision

Read More
Using an array of length 2 or using an object to wrap two floats for high efficiency?...

javaarraysfloating-pointwrapper

Read More
Floating point error when reweighting using Johnson's algorithm...

floating-point

Read More
Why do I get different results when I use either values or variables when coding an exponentiation?...

pythonvariablesfloating-pointexponentnegative-integer

Read More
Why does JavaScript appear to be 4 times faster than C++?...

javascriptc++performancefloating-pointbenchmarking

Read More
Is IEEE multiplication by a power of two associative?...

floating-pointbit-manipulationieee-754

Read More
What is the approximate resolution of a single precision floating point number when its around zero...

cfloating-pointprecisionieee-754single-precision

Read More
Override python's float for inexact comparison - hash implementation...

pythonhashfloating-pointequalityfloating-accuracy

Read More
Lua: converting from float to int...

luafloating-point

Read More
Bash Doesn't Support Floating Point Operations — But Why Can I Use BC?...

linuxbashunixfloating-pointbc

Read More
Is it possible to represent -3/32 as a binary floating-point value using only 7 bits...

floating-pointbinary

Read More
How to format float to omit zeros at the end of the fraction...

floating-pointformatprecisionstring-formattingmonkeyc

Read More
Correct format specifier for double in printf...

cfloating-pointprintfdoubleformat-specifiers

Read More
How does floating-point addition work in "np.finfo(np.float64).max + 1"?...

floating-pointieee-754

Read More
Print __float128, without using quadmath_snprintf...

c++cfloating-pointprecisionfloating-point-precision

Read More
How to print all the decimals of a float 128 to the console...

c++floating-point

Read More
Fast float to int conversion (truncate)...

coptimizationfloating-pointdata-conversiontruncate

Read More
C why is the DBL_MANT_DIG macro defined as 53...

cfloating-pointprecisionieee-754

Read More
Why does gcc -O1 affects std::rint()?...

c++gccfloating-pointrounding

Read More
How to format a float with a comma as decimal separator in an f-string?...

pythonfloating-pointformatf-string

Read More
Correcting Raw Data Reading Issue in flutter...

flutterfloating-pointbluetooth-lowenergydeviceieee-11073

Read More
How much accuracy is lost due to representing time as a IEEE 754 binary64 number?...

floating-pointdoubleieee-754floating-accuracy

Read More
BackNext