Search code examples
Why is "long double" type of a variable producing absurd output while "float" an...


cfloating-pointdoublefloating-accuracylong-double

Read More
How is float variable auto-promoted to double type?...


cfloating-pointdoubleieee-754type-promotion

Read More
Why uint64_t cannot show pow(2, 64) - 1 properly?...


c++floating-pointdoubleuint64

Read More
Fast nearest power of 2 in JavaScript?...


javascriptdoublebit-manipulationieee-754

Read More
How do I convert a double into a string in C++?...


c++stringdouble

Read More
How many decimal places in a double?...


javadouble

Read More
Conversion of a decimal to double number in C# results in a difference...


c#doubledecimal

Read More
Looking for suitable datatype in C to handle two mathematical expressions...


ctypesdoubleprecisionunsigned-long-long-int

Read More
Qt convert to double without added precision...


qtdoublerounding

Read More
Next higher/lower IEEE double precision number...


floating-pointdoubleprecisionieee-754

Read More
How to convert Decimal to Double in C#?...


c#floating-pointtype-conversiondoubledecimal

Read More
is there anyway to convert from Double to BigInteger?...


javadoublebiginteger

Read More
Rounding a double value to x number of decimal places in swift...


swiftdoublenstimeinterval

Read More
Possible lossy conversion from double to int...


javaintdoubletype-conversion

Read More
Wrong output of a C function returning a double called from python...


pythoncoutputdouble

Read More
Why does Double.intValue() round up instead of down if there is a sufficiently large number of nines...


javaintegerdouble

Read More
Avoiding float to pointer coercion in Common Lisp...


optimizationdoublecommon-lisp

Read More
Why does calling ToString give different results with a Double returned by CDbl and a Double returne...


stringvb.netdoubletostring

Read More
Is there a fast C or C++ standard library function for double precision inverse square root?...


c++cdoublesqrt

Read More
More precision than double in swift...


swiftfloating-pointdouble

Read More
Swift - Convert values in array to doubles or floats...


iosarraysstringswiftdouble

Read More
Converting a string using the Double.TryParse method in C#...


c#.netstringdouble

Read More
Decimal type in C# vs IEEE-754 standard...


c#doubledecimal

Read More
How To Represent 0.1 In Floating Point Arithmetic And Decimal...


c#floating-pointdoubledecimalbit-representation

Read More
Splitting a binary value in bitfields for it's components to allow access and manipulation...


cdoublebit-manipulationieee-754mantissa

Read More
C treating variable declared to be a double as an int...


cintegerdoublelogarithmmath.h

Read More
Kotlin String toDouble() function not parsing certain values?...


javakotlindoublenumberformatexception

Read More
How to compare two double values in Java?...


javafloating-pointdoublecomparison

Read More
Why do floating-point numbers print without decimal unless std::fixed and std::setprecision are used...


c++windowsdoublec++20mingw-w64

Read More
How to know when a float variable is going to stop increasing by 0.001?...


binarydoublecomputer-sciencebreakrepresentation

Read More
BackNext