Search code examples
How to get bc to handle numbers in scientific (aka exponential) notation?...


bashnumericfloating-accuracybc

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


mathfloating-pointlanguage-agnosticprecisionfloating-accuracy

Read More
postgresql round half down function...


postgresqlfloating-pointplpgsqlroundingfloating-accuracy

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


swiftfloating-pointdecimalprecisionfloating-accuracy

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


bashsedfloating-pointprecisionfloating-accuracy

Read More
Is Google Sheets less or more accurate than Microsoft Excel?...


excelgoogle-sheetsieee-754floating-accuracy

Read More
Is "banker's rounding" really more numerically stable?...


floating-pointlanguage-agnosticroundingfloating-accuracybankers-rounding

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


floating-pointbinaryfloating-accuracyieee-754denormalization

Read More
PHP - Floating Number Precision...


phpfloating-pointprecisionfloating-accuracy

Read More
How to do an integer log2() in C++?...


c++floating-accuracylogarithm

Read More
Floating point less-than-equal comparisons after addition and subtraction...


rfloating-pointfloating-accuracyepsiloninexact-arithmetic

Read More
A more accurate data type than float or double?...


c++floating-pointfloating-accuracydecimal

Read More
How are mathematical libraries with infinite precision implemented?...


precisionfloating-accuracy

Read More
Truncate (not round off) decimal numbers in javascript...


javascriptfloating-pointfloating-accuracy

Read More
negative zero in python...


pythonfloating-pointfloating-accuracyzero

Read More
Accurate computation of scaled complementary error function, erfcx()...


cmathfloating-pointfloating-accuracy

Read More
How does rounding works in float multiplication?...


floating-pointroundingmultiplicationfloating-accuracyfixed-point

Read More
What is the most efficient way to round a float value to the nearest integer in java?...


javaoptimizationroundingfloating-accuracy

Read More
How does SQL Server store integer values of over 2^24 in a FLOAT(53) column?...


sql-serverfloating-pointfloating-accuracy

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


pythonhashfloating-pointequalityfloating-accuracy

Read More
Is there any way to compare float numbers correctly in PHP?...


phpcomparefloating-accuracy

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


floating-pointdoubleieee-754floating-accuracy

Read More
Is the leftmost bit of the mantissa always 1?...


floating-pointprecisionfloating-accuracy

Read More
ceil(double(int)*double) or ceil(float(int*double))?...


c++floating-accuracyceil

Read More
float number to string converting implementation in STD...


c++floating-pointprintfstdfloating-accuracy

Read More
Fast implementation of complementary error function with 5-digit accuracy...


calgorithmfloating-pointfloating-accuracy

Read More
Why are these numbers not equal?...


rfloating-pointfloating-accuracyr-faq

Read More
Truncating decimal digits like Excel in python...


pythonexcelfloating-pointdecimalfloating-accuracy

Read More
Java float is more precise than double?...


javafloating-accuracyfloating-point-precisiondouble-precision

Read More
c++ fmod returns 0.2 for fmod(0.6,0.2)...


c++floating-accuracyfmod

Read More
BackNext