Search code examples
Numerical discrepancies after upgrading Fortran compilers (Intel v11.1 to v13.0)...

floating-pointfortranintelintel-fortran

Read More
Same code using floats on two computers gives two different results...

c++image-processingfloating-point

Read More
is (0.1 + 0.2) == 0.3 true or false?...

cfloating-pointbit-manipulation

Read More
What operations and functions on +0.0 and -0.0 give different arithmetic results?...

cfloating-point

Read More
Speed comparison of Feldman's software posits ("universal numbers") vs existing hardwa...

floating-pointnumbersbenchmarkingposit-number-systemuniversal-number-format

Read More
Why is there no better representation for floating points than sign and magnitude?...

floating-pointdoubletwos-complement

Read More
Printing a float in C while avoiding variadic parameter promotion to double...

cfloating-pointprintfpromotions

Read More
Is floating-point math broken?...

mathfloating-pointlanguage-agnosticprecisionfloating-accuracy

Read More
Is the maximum safe integer representable in IEEE double format 2⁵³ or 2⁵⁴?...

floating-pointdoubleieee-754

Read More
what's the largest number float type can hold?...

ctypesfloating-pointlimit

Read More
How many values can be represented in a range when using 64-bit floating point type in the most effi...

floating-pointieee-754

Read More
Numpy: Check if float array contains whole numbers...

pythonnumpyfloating-point

Read More
Why does gcc compare seemingly equal floating point values as different with "-fexcess-precisio...

c++gccx86floating-pointx87

Read More
How to round a Python Decimal to 2 decimal places?...

pythonfloating-pointdecimalroundingfloating-point-precision

Read More
postgresql round half down function...

postgresqlfloating-pointplpgsqlroundingfloating-accuracy

Read More
Numpy float64 vs Python float...

pythonnumpyfloating-point

Read More
Parsing floating point number to a uint64_t fails with fast-math...

c++floating-pointroundingpolygon.io

Read More
Compile-time (constexpr) float modulo?...

c++algorithmc++11floating-pointmodulo

Read More
How to round a double to an int?...

c++floating-pointrounding

Read More
Mystery behind presentation of Floating Point numbers...

swiftfloating-pointdecimalprecisionfloating-accuracy

Read More
Difference between decimal, float and double in .NET?...

.netfloating-pointdoubledecimal

Read More
Does any floating point-intensive code produce bit-exact results in any x86-based architecture?...

cx86floating-pointieee-754fast-math

Read More
Example of Code with and without strictfp Modifier...

javafloating-pointprecisionieee-754strictfp

Read More
Python Floating-Point Arithmetic comparison...

pythonfloating-point

Read More
Format floating-point numbers with sed to equal precision - add trailing zeros...

bashsedfloating-pointprecisionfloating-accuracy

Read More
Whats the smallest de-/normalized number greater than 1?(64bit)...

floating-pointbinaryfloating-accuracyieee-754denormalization

Read More
complex multiplication / divison with infinity and nan...

mathfloating-pointieee-754complex-numbers

Read More
How to check if C++ compiler uses IEEE 754 floating point standard...

c++floating-pointieee-754

Read More
Can I convert a string to float with a minimum decimal point precision value?...

c++floating-point

Read More
Why is this result more accurate than another result by equivalent functions...

pythonfloating-pointprecision

Read More
BackNext