Search code examples
What are the optimizations facilitated by -ffinite-math-only?...

gccoptimizationfloating-point

Read More
Why float division is faster than integer division in c++?...

performancec++11x86floating-pointdivision

Read More
Convert "float" to bytes in Javascript without Float32Array...

javascriptfloating-pointtype-conversion

Read More
What does floating point error -1.#J mean?...

c++cfloating-pointprintf

Read More
Is there a function to round a float in C or do I need to write my own?...

cfloating-pointrounding

Read More
Generate random number between 0.1 and 1.0. Python...

pythonrandomfloating-point

Read More
Numpy error: underflow encountered in exp...

pythonnumpyerror-handlingfloating-point

Read More
Find average of last n floats in a stream in O(1)...

javaalgorithmstreamfloating-pointieee-754

Read More
Convert float to string in php?...

phpstringfloating-pointtype-conversion

Read More
Does float have a negative zero? (-0f)...

floating-pointlanguage-agnosticnegative-zero

Read More
'float' vs. 'double' precision...

cfloating-point

Read More
PHP - Floating Number Precision...

phpfloating-pointprecisionfloating-accuracy

Read More
How do I convert an array of floats to a byte[] and back?...

c#.netfloating-pointarraysendianness

Read More
sin() returns a slightly different results for the different platforms...

cfloating-point

Read More
Why is the exponent in a denormalized float E = 1 - bias?...

floating-pointbitdenormalized

Read More
C++ Unexpected behaviour in floating-point operation...

c++floating-point

Read More
How can I use a HashMap with f64 as key in Rust?...

floating-pointhashmaprust

Read More
Why aren’t posit arithmetic representations commonly used?...

c++mathfloating-pointhardwareposit-number-system

Read More
Ruby Floating Point Math - Issue with Precision in Sum Calc...

ruby-on-railsrubyvalidationmathfloating-point

Read More
Manually implementing a rounding function in C...

cfloating-pointrounding

Read More
Truncate f-string float without rounding...

pythonfloating-pointdecimalf-string

Read More
Why do we need both a round bit and a sticky bit in IEEE 754 floating point implementations?...

floating-pointieee-754

Read More
How to check that a string is parseable to a double?...

javastringparsingfloating-point

Read More
When do we need to use float.PositiveInfinity and float.NegativeInfinity?...

c#floating-pointinfinity

Read More
How to dynamically change floating point precision for the calculations in the package?...

pythonnumpypackagefloating-point

Read More
Convert IEEE Float hex string to an Excel VBA Single (float)...

excelvbafloating-pointtype-conversionbitwise-operators

Read More
How do you calculate div and mod of floating point numbers?...

perlmathfloating-pointdivisionmodulo

Read More
Limit floating point precision?...

c++calgorithmfloating-pointfloating-point-conversion

Read More
Minimum / Maximum numbers that can be represented in floating point...

floating-pointprecisionlimitminieee-754

Read More
SQL AVG returning an int...

sqlcastingfloating-pointaverage

Read More
BackNext