Questions related to `long double` floating-point data-type (numbers) as commonly found in languages like C and C++. Sometimes referred to as quadruple-precision floating-point data-type (numbers).
I am using the latest gcc with Netbeans on Windows. Why doesn't long double work? Is the printf specifier %lf …
c gcc printf long-doublePossible Duplicate: long double vs double I am new to programming and I am unable to understand the difference between …
c++ c long-doubleI know that size of various data types can change depending on which system I am on. I use XP 32…
c++ floating-point long-doubleI've been reading the C Primer Plus book and got to this example #include <stdio.h> int main(…
c long-doubleI'm still a beginner at programming and I always have more questions than our book or internet searches can answer (…
c++ floating-point double long-doubleDoes anyone know how to find out the precision of long double on a specific platform? I appear to be …
c++ precision long-doubleI'm looking for detailed information on long double and __float128 in GCC/x86 (more out of curiosity than because of …
gcc long-doubleI was looking at another question (here) where someone was looking for a way to get the square root of …
c unsigned-long-long-int long-doubleI am trying to work with the np.longdouble dtype in my Python code, and am trying to use NumPy …
python numpy cython long-doubleConsider the following C code: #include <stdio.h> int main(int argc, char* argv[]) { const long double ld = 0.12345678901234567890123456789012345…
c floating-point precision long-double